Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Remove lua from cmake files."
[simgrid.git] / buildtools / Cmake / CompleteInFiles.cmake
index d76704c..d9fd831 100644 (file)
@@ -23,6 +23,9 @@ endif(enable_gtnets)
 if(enable_smpi)
        include(FindF2c)
 endif(enable_smpi)
+if(enable_lua)
+       include(FindLua51Simgrid)
+endif(enable_lua)
 
 # Checks for header libraries functions.
 CHECK_LIBRARY_EXISTS(pthread   pthread_create                  "" pthread)