From: maier Date: Sun, 30 Sep 2012 13:00:00 +0000 (+0000) Subject: Bugfix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=183d3de0e1e3a59e08934b423844a2d3288955af;p=dealii-svn.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@26890 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/config/CMakeLists.txt b/deal.II/config/CMakeLists.txt index 72530c42d7..08fe5db97b 100644 --- a/deal.II/config/CMakeLists.txt +++ b/deal.II/config/CMakeLists.txt @@ -26,10 +26,12 @@ IF(DEAL_II_COMPONENT_PROJECT_CONFIG) # Configure and install the cmake project configuration: # - SET(CONFIG_EXTERNAL_LIBRARIES - general - ${DEAL_II_EXTERNAL_LIBRARIES} - ) + IF(NOT "${CONFIG_EXTERNAL_LIBRARIES}" STREQUAL "") + SET(CONFIG_EXTERNAL_LIBRARIES + general + ${DEAL_II_EXTERNAL_LIBRARIES} + ) + ENDIF() IF(CMAKE_BUILD_TYPE MATCHES "Debug") SET(CONFIG_EXTERNAL_LIBRARIES_DEBUG