]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Oct 2012 15:26:31 +0000 (15:26 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Oct 2012 15:26:31 +0000 (15:26 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27183 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-1/CMakeLists.txt

index 976c1653fb874b9be41a0596c3bde050a91d15b7..4ab42c160ff123d813235890ac97e51faab5e29b 100644 (file)
@@ -59,9 +59,11 @@ MARK_AS_ADVANCED(CMAKE_BUILD_TYPE deal.II_DIR)
 
 # Set build type:
 IF(DEBUG_MODE)
-  SET(CMAKE_BUILD_TYPE "Debug" CACHE FORCE "")
+  SET(CMAKE_BUILD_TYPE "Debug" CACHE FORCE
+    "Please set DEBUG_MODE in CMakeLists.txt")
 ELSE()
-  SET(CMAKE_BUILD_TYPE "Release" CACHE FORCE "")
+  SET(CMAKE_BUILD_TYPE "Release" CACHE FORCE
+    "Please set DEBUG_MODE in CMakeLists.txt")
 ENDIF()
 
 PROJECT(${TARGET})

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.