]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fixup merge hiccup
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Sep 2013 01:26:39 +0000 (01:26 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Sep 2013 01:26:39 +0000 (01:26 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30707 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/config/CMakeLists.txt

index df0fafbd2fb150f8257a9509986e10e57ecbc1dc..48cf9f0c92f3ffe179af4a2bb972b3e9e423a57d 100644 (file)
@@ -152,17 +152,13 @@ SET(_file
 FILE(APPEND ${_file}
   "\n\n#\n# Feature configuration:\n#\n\n"
   )
-  FILE(APPEND ${_file}
-    "\n\n#\n# Feature configuration:\n#\n\n"
-    )
-  GET_CMAKE_PROPERTY(res VARIABLES)
-  FOREACH(var ${res})
-    IF(var MATCHES "DEAL_II_WITH")
-      FILE(APPEND ${_file}
-        "SET(${var} ${${var}})\n"
-        )
-    ENDIF()
-  ENDFOREACH()
+GET_CMAKE_PROPERTY(res VARIABLES)
+FOREACH(var ${res})
+  IF(var MATCHES "DEAL_II_WITH")
+    FILE(APPEND ${_file}
+      "SET(${var} ${${var}})\n"
+      )
+  ENDIF()
 ENDFOREACH()
 
 CONFIGURE_FILE(

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.