]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Sep 2012 23:08:30 +0000 (23:08 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Sep 2012 23:08:30 +0000 (23:08 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26743 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/macros/macro_cond_set_to_yes.cmake

index 21c25a18522fd82fb5bf60500f038fcdfec4866a..55dcd8346aa988a01927be696b5d46ae475b27d6 100644 (file)
@@ -9,6 +9,8 @@
 MACRO(COND_SET_TO_YES bool variable)
   IF(${bool})
     SET(${variable} "yes")
+  ELSE()
+    SET(${variable} "no")
   ENDIF()
 ENDMACRO()
 

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.