From 88126b02c0a802ba130bad02c8ea5885abe7a90c Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 3 Dec 2013 14:27:48 +0000 Subject: [PATCH] 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 --- deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.39.5