]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make the CMake output a bit more readable
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 18 Nov 2012 09:53:50 +0000 (09:53 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 18 Nov 2012 09:53:50 +0000 (09:53 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27564 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CMakeLists.txt

index 272ed6682f0f96796d4e6b66d786627efdfe5c2f..0bc0358352d65155e9eab1ef798f8f98a64230c9 100644 (file)
 #####
 
 ##                                                                       ##
-#                                                                         #
 #             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()

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.