From: maier Date: Thu, 13 Sep 2012 08:23:42 +0000 (+0000) Subject: Renaming X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b873b5c23843b87756abd52515c8c68da6c698;p=dealii-svn.git Renaming git-svn-id: https://svn.dealii.org/branches/branch_cmake@26340 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/cmake/configure/configure_boost.cmake b/deal.II/contrib/cmake/configure/configure_boost.cmake index ffe338b39f..ea95ac92d7 100644 --- a/deal.II/contrib/cmake/configure/configure_boost.cmake +++ b/deal.II/contrib/cmake/configure/configure_boost.cmake @@ -16,7 +16,7 @@ IF( NOT DEAL_II_FORCE_CONTRIB_BOOST AND INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIR}) - IF (CMAKE_BUILD_TYPE MATCHES "debug") + IF (CMAKE_BUILD_TYPE MATCHES "Debug") LIST(APPEND deal_ii_external_libraries ${Boost_THREAD_LIBRARY_DEBUG} ${Boost_SERIALIZATION_LIBRARY_DEBUG} ) diff --git a/deal.II/contrib/cmake/configure/configure_threads.cmake b/deal.II/contrib/cmake/configure/configure_threads.cmake index aac8a59a71..b877e0ef5f 100644 --- a/deal.II/contrib/cmake/configure/configure_threads.cmake +++ b/deal.II/contrib/cmake/configure/configure_threads.cmake @@ -105,7 +105,7 @@ ENDIF() INCLUDE_DIRECTORIES(${TBB_INCLUDE_DIR}) -IF (CMAKE_BUILD_TYPE MATCHES "debug") +IF (CMAKE_BUILD_TYPE MATCHES "Debug") LIST(APPEND deal_ii_external_libraries ${TBB_DEBUG_LIBRARY}) ELSE() LIST(APPEND deal_ii_external_libraries ${TBB_LIBRARY})