]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Provide some more information about auxiliary compiler in detailed.log
authorMatthias Maier <tamiko@kyomu.43-1.org>
Thu, 14 Nov 2013 10:21:34 +0000 (10:21 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Thu, 14 Nov 2013 10:21:34 +0000 (10:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@31648 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_finalize.cmake

index 7138d73e04d110e872389c79c155bb9262ff9b3f..cb01181acf7d5ef82182b528e80c33a31580b507 100644 (file)
@@ -124,10 +124,15 @@ _both(
 #                                ${CMAKE_CXX_COMPILER}
 "
   )
-_detailed(
-"#        CMAKE_GENERATOR:        ${CMAKE_GENERATOR}
-"
-  )
+
+IF(CMAKE_C_COMPILER_WORKS)
+  _detailed("#        CMAKE_C_COMPILER:       ${CMAKE_C_COMPILER}\n")
+ENDIF()
+IF(CMAKE_Fortran_COMPILER_WORKS)
+  _detailed("#        CMAKE_Fortran_COMPILER: ${CMAKE_Fortran_COMPILER}\n")
+ENDIF()
+_detailed("#        CMAKE_GENERATOR:        ${CMAKE_GENERATOR}\n")
+
 IF(CMAKE_CROSSCOMPILING)
   _both(
     "#\n#        CROSSCOMPILING!\n"

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.