Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remote unwinding support
[simgrid.git] / buildtools / Cmake / PrintArgs.cmake
index cf3c58b..9805a49 100644 (file)
@@ -62,6 +62,7 @@ if(enable_print_message)
   message("HAVE_ASPRINTF ...............: ${HAVE_ASPRINTF}")
   message("HAVE_VASPRINTF ..............: ${HAVE_VASPRINTF}")
   message("HAVE_MMAP ...................: ${HAVE_MMAP}")
+  message("HAVE_PROCESS_VM_READV .......: ${HAVE_PROCESS_VM_READV}")
   message("HAVE_THREAD_LOCAL_STORAGE ...: ${HAVE_THREAD_LOCAL_STORAGE}")
   message("HAVE_MMALLOC ................: ${HAVE_MMALLOC}")
   message("")
@@ -112,8 +113,8 @@ message("        Compile Scala........: ${HAVE_Scala}")
 message("        Compile Lua .........: ${HAVE_LUA}")
 message("        Compile Smpi ........: ${HAVE_SMPI}")
 message("        Compile MPI testsuite: ${enable_smpi_MPICH3_testsuite}")
-message("        Compile Smpi f77 ....: ${SMPI_F2C}")
-message("        Compile Smpi f90 ....: ${SMPI_F90}")
+message("        Compile Smpi f77 ....: ${SMPI_FORTRAN}")
+message("        Compile Smpi f90 ....: ${SMPI_FORTRAN}")
 message("        Compile Static ......: ${enable_lib_static}")
 if(enable_java)
   message("        Native lib in jar ...: ${enable_lib_in_jar}")