]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Bugfix: Force cached CMAKE_BUILD_TYPE in testsuite
authorMatthias Maier <tamiko@43-1.org>
Thu, 26 Mar 2015 17:45:05 +0000 (18:45 +0100)
committerMatthias Maier <tamiko@43-1.org>
Thu, 26 Mar 2015 18:08:47 +0000 (19:08 +0100)
tests/setup_testsubproject.cmake

index f002a68c9bcb6c382f1b6c67a5dabd73ce5673c8..8eaef3ef6597ba8b0e04f9467ea25a813ac8d904 100644 (file)
@@ -1,6 +1,6 @@
 FIND_PACKAGE(deal.II 8.0 REQUIRED HINTS ${DEAL_II_DIR})
 
-SET(CMAKE_BUILD_TYPE DebugRelease)
+SET(CMAKE_BUILD_TYPE DebugRelease CACHE STRING "" FORCE)
 DEAL_II_INITIALIZE_CACHED_VARIABLES()
 
 #

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.