From: maier Date: Mon, 24 Sep 2012 19:44:20 +0000 (+0000) Subject: Typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34aa19c1d3168afe5a3e04e97aac4d2576dae877;p=dealii-svn.git Typo git-svn-id: https://svn.dealii.org/branches/branch_cmake@26682 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/CMakeLists.txt b/deal.II/source/CMakeLists.txt index 5ecfd244e8..cf9f0ae5f7 100644 --- a/deal.II/source/CMakeLists.txt +++ b/deal.II/source/CMakeLists.txt @@ -56,7 +56,7 @@ ENDIF() IF(CMAKE_BUILD_TYPE MATCHES "Release") # - # Combine all debug OBJECT targets to a debug library: + # Combine all release OBJECT targets to a release library: # ADD_LIBRARY(${DEAL_II_BASE_NAME} ${deal_ii_objects}