From 570fa0324fc3c39f91fc7e0971e18e8855608b55 Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 15 Nov 2012 10:27:18 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.dealii.org/branches/branch_cmake@27542 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/config/Config.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/cmake/config/Config.cmake.in b/deal.II/cmake/config/Config.cmake.in index b09bbf6dc0..eac641113b 100644 --- a/deal.II/cmake/config/Config.cmake.in +++ b/deal.II/cmake/config/Config.cmake.in @@ -122,7 +122,7 @@ SET(DEAL_II_INCLUDE_DIRS "@CONFIG_INCLUDE_DIRS@") # Full list of libraries for the debug target: SET(DEAL_II_LIBRARIES_DEBUG "@CONFIG_LIBRARIES_DEBUG@") -# Full lis of libraries for the release target: +# Full list of libraries for the release target: SET(DEAL_II_LIBRARIES_RELEASE "@CONFIG_LIBRARIES_RELEASE@") # Full list of libraries with "debug" and "optimized" keywords for easy use with TARGET_LINK_LIBRARIES: -- 2.39.5