]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minor cosmetic changes on output
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Feb 2013 10:55:01 +0000 (10:55 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Feb 2013 10:55:01 +0000 (10:55 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28490 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CMakeLists.txt
deal.II/cmake/setup_compiler_flags.cmake
deal.II/cmake/setup_finalize.cmake

index 319173bf1884f6b8dbd88e6b82266a106403f90b..343be8cb945711e25627de5e518f636eedabeac2 100644 (file)
@@ -1,6 +1,6 @@
 #####
 ##
-## Copyright (C) 2012 by the deal.II authors
+## Copyright (C) 2012, 2013 by the deal.II authors
 ##
 ## This file is part of the deal.II library.
 ##
@@ -32,6 +32,7 @@ SET(VERSION "8.0.pre")
 # General configuration for cmake:
 #
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8)
+MESSAGE(STATUS "This is CMake ${CMAKE_VERSION}")
 
 SET(CMAKE_INCLUDE_CURRENT_DIR true)
 
@@ -45,10 +46,8 @@ LIST(APPEND CMAKE_MODULE_PATH
 #
 FILE(GLOB _macro_files "cmake/macros/*.cmake")
 FOREACH(_file ${_macro_files})
-  MESSAGE(STATUS "Include ${_file}")
   INCLUDE(${_file})
 ENDFOREACH()
-
 INCLUDE(setup_external_macros)
 
 #
index c2524fdecc7a29cdefa3765335b872e9ebbdb656..e0287049e5a4af9a3b88c84cc472e27191dd87b7 100644 (file)
@@ -1,6 +1,6 @@
 #####
 ##
-## Copyright (C) 2012 by the deal.II authors
+## Copyright (C) 2012, 2013 by the deal.II authors
 ##
 ## This file is part of the deal.II library.
 ##
@@ -71,6 +71,7 @@ IF(DEAL_II_SETUP_DEFAULT_COMPILER_FLAGS)
   #
   # *Hooray* We are allowed to set compiler flags :-]
   #
+  MESSAGE(STATUS "")
   MESSAGE(STATUS "Set up default compiler flags.")
 
   #
@@ -83,18 +84,21 @@ IF(DEAL_II_SETUP_DEFAULT_COMPILER_FLAGS)
   ENDIF()
 
   #
-  # Setup for ICC (version >= 10) compiler:
+  # Setup for ICC compiler (version >= 10):
   #
   IF(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
     INCLUDE(setup_compiler_flags_intel)
     SET(DEAL_II_KNOWN_COMPILER TRUE)
   ENDIF()
 
-  IF(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
+  #
+  # Setup for MSVC compiler (version >= 2012):
+  #
+   IF(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
     INCLUDE(setup_compiler_flags_msvc)
     SET(DEAL_II_KNOWN_COMPILER TRUE)
   ENDIF()
-  
+
   IF(NOT DEAL_II_KNOWN_COMPILER)
     MESSAGE(FATAL_ERROR "\n"
       "Unknown compiler!\n"
index ef601f6aa43d0ca06598828c9f558e54c7fd835d..7dfbb98efd4d715f4598e3b3cd5b456e4ed0ba5e 100644 (file)
@@ -1,6 +1,6 @@
 #####
 ##
-## Copyright (C) 2012 by the deal.II authors
+## Copyright (C) 2012, 2013 by the deal.II authors
 ##
 ## This file is part of the deal.II library.
 ##
@@ -62,11 +62,11 @@ SET(_log "${CMAKE_BINARY_DIR}/summary.log")
 FILE(WRITE ${_log}
 "###
 #
-#  deal.II configuration:
+#  ${DEAL_II_PACKAGE_NAME} configuration:
 #
 #        CMAKE_BUILD_TYPE:       ${CMAKE_BUILD_TYPE}
 #        CMAKE_INSTALL_PREFIX:   ${CMAKE_INSTALL_PREFIX}
-#        CMAKE_SOURCE_DIR:       ${CMAKE_SOURCE_DIR}
+#        CMAKE_SOURCE_DIR:       ${CMAKE_SOURCE_DIR} (Version ${DEAL_II_PACKAGE_VERSION})
 #        CMAKE_BINARY_DIR:       ${CMAKE_BINARY_DIR}
 #        CMAKE_CXX_COMPILER:     ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION} on platform ${CMAKE_SYSTEM_NAME}
 #                                ${CMAKE_CXX_COMPILER}

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.