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

deal.II/config/CMakeLists.txt

index 72530c42d7d2178d56b23bf441a9569193de880b..08fe5db97becc0d3102483df080b950969340ec2 100644 (file)
@@ -26,10 +26,12 @@ IF(DEAL_II_COMPONENT_PROJECT_CONFIG)
   # Configure and install the cmake project configuration:
   #
 
-  SET(CONFIG_EXTERNAL_LIBRARIES
-    general
-    ${DEAL_II_EXTERNAL_LIBRARIES}
-    )
+  IF(NOT "${CONFIG_EXTERNAL_LIBRARIES}" STREQUAL "")
+    SET(CONFIG_EXTERNAL_LIBRARIES
+      general
+      ${DEAL_II_EXTERNAL_LIBRARIES}
+      )
+  ENDIF()
 
   IF(CMAKE_BUILD_TYPE MATCHES "Debug")
     SET(CONFIG_EXTERNAL_LIBRARIES_DEBUG

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.