Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first try at killing GRAS -- does not compile yet
[simgrid.git] / buildtools / Cmake / UnitTesting.cmake
index 746596e..62fb68a 100644 (file)
@@ -58,9 +58,9 @@ add_executable(testall ${TEST_UNITS})
 
 ### Add definitions for compile
 if(NOT WIN32)
-  target_link_libraries(testall gras m)
+  target_link_libraries(testall simgrid m)
 else()
-  target_link_libraries(testall gras)
+  target_link_libraries(testall simgrid)
 endif()
 
 add_dependencies(testall ${TEST_UNITS})
\ No newline at end of file