From: Matthias Maier <tamiko@kyomu.43-1.org>
Date: Thu, 4 Oct 2012 11:05:19 +0000 (+0000)
Subject: Bugfix
X-Git-Tag: v8.0.0~1079^2~509
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f9a017dc94f1ad6db48e89816e9892095632f41;p=dealii.git

Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26943 0785d39b-7218-0410-832d-ea1e28bc413d
---

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}
     )