]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Well, well. Also adjust the project configuration...
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 1 Feb 2014 21:58:11 +0000 (21:58 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 1 Feb 2014 21:58:11 +0000 (21:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@32371 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/config/CMakeLists.txt

index 1789a4044d2e240de69f9d37ef429a3ff61bd6be..465d18de1fef7c049b812fca9d525067cc14b572 100644 (file)
@@ -104,8 +104,8 @@ FOREACH(_build ${DEAL_II_BUILD_TYPES})
   ENDIF()
 
   LIST(APPEND CONFIG_LIBRARIES_${_build}
-    ${DEAL_II_EXTERNAL_LIBRARIES_${_build}}
-    ${DEAL_II_EXTERNAL_LIBRARIES}
+    ${DEAL_II_LIBRARIES_${_build}}
+    ${DEAL_II_LIBRARIES}
     )
   LIST(APPEND CONFIG_LIBRARIES
     ${_keyword}
@@ -227,8 +227,8 @@ IF(DEAL_II_COMPONENT_COMPAT_FILES)
 
     SET(_libs)
     FOREACH(_lib
-        ${DEAL_II_EXTERNAL_LIBRARIES_${build}}
-        ${DEAL_II_EXTERNAL_LIBRARIES}
+        ${DEAL_II_LIBRARIES_${build}}
+        ${DEAL_II_LIBRARIES}
         )
       IF(_lib MATCHES "^\\s*\\/" AND NOT _lib MATCHES "\\.framework$")
         LIST(APPEND _libs "${_lib}")
@@ -243,8 +243,8 @@ IF(DEAL_II_COMPONENT_COMPAT_FILES)
     SET(_paths)
     FOREACH(_lib
         $(D)/${DEAL_II_LIBRARY_RELDIR}/${CONFIG_LIBRARY_${build}}
-        ${DEAL_II_EXTERNAL_LIBRARIES_${build}}
-        ${DEAL_II_EXTERNAL_LIBRARIES}
+        ${DEAL_II_LIBRARIES_${build}}
+        ${DEAL_II_LIBRARIES}
         )
 
       #

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.