From: Matthias Maier Date: Tue, 3 Dec 2013 14:27:48 +0000 (+0000) Subject: Cmake: Fix a quoting error; silence a warning with cmake-2.8.12 X-Git-Tag: v8.1.0~118 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88126b02c0a802ba130bad02c8ea5885abe7a90c;p=dealii.git Cmake: Fix a quoting error; silence a warning with cmake-2.8.12 git-svn-id: https://svn.dealii.org/trunk@31854 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake b/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake index 6ea8b00511..e8c8bd63a2 100644 --- a/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake +++ b/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake @@ -154,8 +154,8 @@ MACRO(DEAL_II_INVOKE_AUTOPILOT) # switch between them: IF(${DEAL_II_BUILD_TYPE} MATCHES "DebugRelease") SET(_switch_targets -"# ${_make_command} debug - to switch the build type to \"Debug\" -# ${_make_command} release - to switch the build type to \"Release\"\n" +"# ${_make_command} debug - to switch the build type to 'Debug' +# ${_make_command} release - to switch the build type to 'Release'\n" ) ENDIF()