Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
build this file in the build folder and not in the middle of the sources ...
[simgrid.git] / tools / cmake / Tests.cmake
index 238503e..4f776c8 100644 (file)
@@ -175,5 +175,5 @@ ADD_TEST(testall                                 ${CMAKE_BINARY_DIR}/testall)
 
 IF(enable_memcheck)
   INCLUDE(FindValgrind)
-  INCLUDE(${CMAKE_HOME_DIRECTORY}/tools/cmake/memcheck_tests.cmake)
+  INCLUDE(${CMAKE_BINARY_DIR}/memcheck_tests.cmake)
 ENDIF()