Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove Jedule related stuff + fix SIMDAG_SRC->DAG_SRC issue
[simgrid.git] / tools / cmake / DefinePackages.cmake
index 6baca65..03c13e3 100644 (file)
@@ -802,12 +802,6 @@ else()
                                                 ${MSG_SRC})
 endif()
 
-if(${SIMGRID_HAVE_JEDULE})
-  set(simgrid_sources  ${simgrid_sources}  ${JEDULE_SRC})
-else()
-  set(EXTRA_DIST       ${EXTRA_DIST}       ${JEDULE_SRC})
-endif()
-
 if(enable_smpi)
   set(simgrid_sources  ${simgrid_sources}  ${SMPI_SRC})
 endif()