From c5901367c077a562c4a2e7cf553760a212e86270 Mon Sep 17 00:00:00 2001 From: maier Date: Sun, 18 Nov 2012 09:53:50 +0000 Subject: [PATCH] Make the CMake output a bit more readable git-svn-id: https://svn.dealii.org/branches/branch_cmake@27564 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index 272ed6682f..0bc0358352 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -13,12 +13,10 @@ ##### ## ## -# # # The cmake build system for the deal.II project # # # # See doc/readme.html and doc/development/cmake.html for further # # details on how to use the cmake build system of deal.II. # -# # ## ## @@ -89,6 +87,7 @@ ENDIF() # FILE(GLOB _check_files "cmake/checks/*.cmake") FOREACH(_file ${_check_files}) + MESSAGE(STATUS "") MESSAGE(STATUS "Include ${_file}") INCLUDE(${_file}) ENDFOREACH() @@ -101,6 +100,7 @@ FILE(GLOB _configure_files "cmake/configure/configure_*.cmake") # to fullfill some dependencies... LIST(SORT _configure_files) FOREACH(_file ${_configure_files}) + MESSAGE(STATUS "") MESSAGE(STATUS "Include ${_file}") INCLUDE(${_file}) ENDFOREACH() -- 2.39.5