Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Always check for perl since we need it quite a lot, actually
[simgrid.git] / CMakeLists.txt
index 292f43d..da7ee4c 100644 (file)
@@ -11,6 +11,7 @@ set(libsmpi_version "${release_version}")
 ### Find programs and paths
 FIND_PROGRAM(GCOV_PATH gcov)
 FIND_PROGRAM(VALGRIND_PATH valgrind)
+include(FindPerl)
 
 ### SET THE PROJECT_DIRECTORY
 SET(PROJECT_DIRECTORY "${CMAKE_HOME_DIRECTORY}")