]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: Fix copy&paste error
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Aug 2013 03:36:11 +0000 (03:36 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Aug 2013 03:36:11 +0000 (03:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@30300 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/macros/macro_deal_ii_initialize_cached_variables.cmake

index 35e7e42a3a30838ed7de74550b5846d5bbcf46d0..8f355ff1c9d31068b82933f2c9381f98e2edbc3a 100644 (file)
@@ -58,7 +58,7 @@ MACRO(DEAL_II_INITIALIZE_CACHED_VARIABLES)
   STRING(TOLOWER "${DEAL_II_BUILD_TYPE}" _deal_ii_build_type)
 
   IF( NOT "${_cmake_build_type}" MATCHES "^(debug|release)$"
-      OR NOT _deal_ii_build_type MATCHES "${_cmake_build_type}"
+      OR NOT _deal_ii_build_type MATCHES "${_cmake_build_type}" )
 
     IF("${DEAL_II_BUILD_TYPE}" STREQUAL "DebugRelease")
       SET(_new_build_type "Debug")

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.