]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix. *cough*
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Sep 2012 19:48:00 +0000 (19:48 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Sep 2012 19:48:00 +0000 (19:48 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26684 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/CMakeLists.txt

index cf9f0ae5f7be20ff209a2e37e01945aa26239a56..66d6d7aff90561caabcd97c9aa57090597cfa194 100644 (file)
@@ -41,7 +41,8 @@ IF(CMAKE_BUILD_TYPE MATCHES "Debug")
     )
 
   TARGET_LINK_LIBRARIES(${DEAL_II_BASE_NAME}${DEAL_II_DEBUG_SUFFIX}
-    "${DEAL_II_EXTERNAL_LIBRARIES};${DEAL_II_EXTERNAL_LIBRARIES_DEBUG}"
+    ${DEAL_II_EXTERNAL_LIBRARIES}
+    ${DEAL_II_EXTERNAL_LIBRARIES_DEBUG}
     )
 
   INSTALL(TARGETS ${DEAL_II_BASE_NAME}${DEAL_II_DEBUG_SUFFIX}
@@ -77,7 +78,8 @@ IF(CMAKE_BUILD_TYPE MATCHES "Release")
     )
 
   TARGET_LINK_LIBRARIES(${DEAL_II_BASE_NAME}
-    "${DEAL_II_EXTERNAL_LIBRARIES};${DEAL_II_EXTERNAL_LIBRARIES_RELEASE}"
+    ${DEAL_II_EXTERNAL_LIBRARIES}
+    ${DEAL_II_EXTERNAL_LIBRARIES_RELEASE}
     )
 
   INSTALL(TARGETS ${DEAL_II_BASE_NAME}

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.