Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Optionally look for a Fortran compiler.
[simgrid.git] / buildtools / Cmake / PrintArgs.cmake
index 8d50141..a6fd758 100644 (file)
@@ -85,6 +85,10 @@ if(CMAKE_CXX_COMPILER)
   message("        Compiler: C++ .......: ${CMAKE_CXX_COMPILER}")
   message("                version .....: ${COMPILER_CXX_VERSION}")
 endif()
+if(CMAKE_Fortran_COMPILER)
+  message("        Compiler: Fortran ...: ${CMAKE_Fortran_COMPILER}")
+  message("                version .....: ${COMPILER_Fortran_VERSION}")
+endif()
 message("        Linker: .............: ${CMAKE_LINKER}")
 message("")
 message("        CFlags ..............: ${CMAKE_C_FLAGS}")