Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Completely remove ruby and java from simgrid project.
[simgrid.git] / buildtools / Cmake / CompleteInFiles.cmake
index 1d76376..d9fd831 100644 (file)
@@ -20,9 +20,6 @@ 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)
@@ -94,6 +91,10 @@ if(enable_tracing)
        SET(HAVE_TRACING 1)
 endif(enable_tracing)
 
+if(enable_jedule)
+       SET(HAVE_JEDULE 1)
+endif(enable_jedule)
+
 if(enable_latency_bound_tracking)
        SET(HAVE_LATENCY_BOUND_TRACKING 1)
 else(enable_latency_bound_tracking)