]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minor cleanup
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Feb 2013 11:06:43 +0000 (11:06 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Feb 2013 11:06:43 +0000 (11:06 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28570 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CMakeLists.txt

index 60bd19e0652494253b7adf927c8eddf70c5ef9f5..2fe926b748d92c2d58108b1a646d9577623b6be4 100644 (file)
@@ -34,7 +34,7 @@ SET(VERSION "8.0.pre")
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8)
 MESSAGE(STATUS "This is CMake ${CMAKE_VERSION}")
 
-SET(CMAKE_INCLUDE_CURRENT_DIR true)
+SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)
 
 LIST(APPEND CMAKE_MODULE_PATH
   ${CMAKE_SOURCE_DIR}/cmake/
@@ -68,7 +68,7 @@ ENDIF()
 INCLUDE(setup_cached_variables)
 
 #
-# Now, set the project and setup the rest:
+# Now, set the project and set up the rest:
 #
 PROJECT(deal.II)
 INCLUDE(setup_deal_ii)
@@ -96,9 +96,7 @@ ENDFOREACH()
 # Feature configuration:
 #
 FILE(GLOB _configure_files "cmake/configure/configure_*.cmake")
-# Make sure the configure_*.cmake files are included in alphabetical order
-# to fullfill some dependencies...
-LIST(SORT _configure_files)
+LIST(SORT _configure_files) # make sure to include in alphabetical order
 FOREACH(_file ${_configure_files})
   MESSAGE(STATUS "")
   MESSAGE(STATUS "Include ${_file}")

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.