Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oups delete needed line
[simgrid.git] / buildtools / Cmake / Modules / FindValgrind.cmake
index 22f1fe8..33f022b 100644 (file)
@@ -30,4 +30,6 @@ if(VALGRIND_EXE)
 else(VALGRIND_EXE)
        set(enable_memcheck false)
        message(FATAL_ERROR "Command valgrind not found --> enable_memcheck autoset to false.")
-endif(VALGRIND_EXE)
\ No newline at end of file
+endif(VALGRIND_EXE)
+
+mark_as_advanced(VALGRIND_EXE)
\ No newline at end of file