]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: Bugfix: Clear compile variables prior to populating
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Jan 2014 18:01:47 +0000 (18:01 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Jan 2014 18:01:47 +0000 (18:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@32290 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_cached_variables.cmake

index c4fc91f1dd986fc0254585b78cf23a998c638747..913aba891c586602e835915950413bc261e1858a 100644 (file)
@@ -282,7 +282,7 @@ FOREACH(_flag ${DEAL_II_USED_FLAGS})
   # file).
   #
   SET(${_flag}_SAVED ${${_flag}})
-  SET(${_flag})
+  SET(${_flag} "")
 ENDFOREACH()
 
 FOREACH(_variable

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.