Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove lua from cmake files.
[simgrid.git] / buildtools / Cmake / Pipol.cmake
index 4f796f0..22151fc 100644 (file)
@@ -18,19 +18,7 @@ IF(pipol_user)
        
        if(enable_smpi)
        set(CMAKE_OPTIONS "${CMAKE_OPTIONS}     -Denable_smpi=on")
-       endif(enable_smpi)
-       
-       if(enable_java)
-       set(CMAKE_OPTIONS "${CMAKE_OPTIONS}     -Denable_java=on")
-       endif(enable_java)
-       
-       if(enable_lua)
-       set(CMAKE_OPTIONS "${CMAKE_OPTIONS}     -Denable_lua=on")
-       endif(enable_lua)       
-       
-       if(enable_ruby)
-       set(CMAKE_OPTIONS "${CMAKE_OPTIONS}     -Denable_ruby=on")
-       endif(enable_ruby)      
+       endif(enable_smpi)      
        
        if(enable_compile_optimizations)
        set(CMAKE_OPTIONS "${CMAKE_OPTIONS}     -Denable_compile_optimizations=on")