Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Test if valgrind is found for enable memcheck.
[simgrid.git] / buildtools / Cmake / PrintArgs.cmake
index 761c863..f875b23 100644 (file)
@@ -92,6 +92,10 @@ if(enable_print_message)
        message("LAUXLIB.H:                     ${HAVE_LUA5_1_LAUXLIB_H}")
        message("LUA_VERSION :                  ${LUA_MAJOR_VERSION}.${LUA_MINOR_VERSION}.${LUA_PATCH_VERSION}")
        endif(enable_lua)
+       if(enable_memcheck)
+       message("")
+       message("VALGRIND :                     ${NEW_VALGRIND_VERSION}")
+       endif(enable_memcheck)
        message("________________________________________________________________________________")
        message("________________________________________________________________________________ DEBUG END")
        message("")