Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A pass of dos2unix on that file (and unignore include/smpi/smpif.h as well: it's...
[simgrid.git] / CMakeLists.txt
index 1b41875..afea7e7 100644 (file)
@@ -12,6 +12,10 @@ set(libsmpi_version "${release_version}")
 FIND_PROGRAM(GCOV_PATH gcov)
 FIND_PROGRAM(VALGRIND_PATH valgrind)
 include(FindPerl)
+if(NOT PERL_EXECUTABLE)
+       message(FATAL_ERROR "-- SIMGRID NEED PERL")
+endif(NOT PERL_EXECUTABLE)
+
 
 ### SET THE LIBRARY EXTENSION
 if(APPLE)