From fe0de94cb4e800bfca6cf0e9c25f67a692b32aa1 Mon Sep 17 00:00:00 2001 From: maier Date: Wed, 12 Sep 2012 21:34:45 +0000 Subject: [PATCH] Minor changes git-svn-id: https://svn.dealii.org/branches/branch_cmake@26329 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CMakeLists.txt | 5 ++--- deal.II/cmake-TODO | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index a1b7d819f3..f4fa7657d1 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -132,7 +132,6 @@ SET(CMAKE_MODULE_PATH - # # Set up deal.II specific variables # @@ -149,7 +148,6 @@ SET(DEAL_II_PATH ${CMAKE_INSTALL_PREFIX}) - # # Now, configure a lot of things: # @@ -206,6 +204,7 @@ IF(DEAL_II_WITH_ZLIB) ENDIF() + # And finally convert deal_ii_required_linker_flags from a list into a # string *sigh* # TODO: Encapsulate in a macro... @@ -216,6 +215,7 @@ FOREACH (arg ${deal_ii_required_linker_flags_list}) ENDFOREACH() + # # Build the toolchain: # @@ -229,7 +229,6 @@ CONFIGURE_FILE( - # # Compile the library: # diff --git a/deal.II/cmake-TODO b/deal.II/cmake-TODO index 35c760df65..403d508ae7 100644 --- a/deal.II/cmake-TODO +++ b/deal.II/cmake-TODO @@ -4,11 +4,9 @@ Next steps: * DEAL_II_DEPRECATED is not used at all... -* Sanitize the building of the shared library. (At least for Linux...) +* Migrate the build of TBB to cmake. -* Migrate the build of TBB to a cmake. - -* Add Bug tests. +* Add Bug tests * HDF5 -- 2.39.5