From c1bf90e7905879142a1d3be3207ef7445d2592ac Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 4 Oct 2012 11:05:19 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@26943 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/config/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/config/CMakeLists.txt b/deal.II/config/CMakeLists.txt index c0edebc0ba..a09c135935 100644 --- a/deal.II/config/CMakeLists.txt +++ b/deal.II/config/CMakeLists.txt @@ -49,7 +49,7 @@ IF(CMAKE_BUILD_TYPE MATCHES "Debug") ${DEAL_II_EXTERNAL_LIBRARIES} ${DEAL_II_EXTERNAL_LIBRARIES_DEBUG} ) - LIST(APPEND CONFIG_LIBRARIES + LIST(APPEND CONFIG_EXTERNAL_LIBRARIES debug ${DEAL_II_EXTERNAL_LIBRARIES_DEBUG} ) @@ -60,7 +60,7 @@ IF(CMAKE_BUILD_TYPE MATCHES "Release") ${DEAL_II_EXTERNAL_LIBRARIES} ${DEAL_II_EXTERNAL_LIBRARIES_RELEASE} ) - LIST(APPEND CONFIG_LIBRARIES + LIST(APPEND CONFIG_EXTERNAL_LIBRARIES optimized ${DEAL_II_EXTERNAL_LIBRARIES_RELEASE} ) -- 2.39.5