From b971658e239f7316a3f71a8a3e2363ce9e51640f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 1 Feb 2014 21:58:11 +0000 Subject: [PATCH] Well, well. Also adjust the project configuration... git-svn-id: https://svn.dealii.org/trunk@32371 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/config/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/cmake/config/CMakeLists.txt b/deal.II/cmake/config/CMakeLists.txt index 1789a4044d..465d18de1f 100644 --- a/deal.II/cmake/config/CMakeLists.txt +++ b/deal.II/cmake/config/CMakeLists.txt @@ -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} ) # -- 2.39.5