Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove lua from cmake files.
[simgrid.git] / buildtools / Cmake / CompleteInFiles.cmake
index 48577c5..d76704c 100644 (file)
@@ -20,15 +20,9 @@ endif(enable_pcre)
 if(enable_gtnets)      
        include(FindGTnets)
 endif(enable_gtnets)
-if(enable_ruby)
-       include(FindRubySimgrid)        
-endif(enable_ruby)
 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)