Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove deprecated schedule-dotload example
[simgrid.git] / examples / deprecated / simdag / CMakeLists.txt
index 71289f2..1a91b76 100644 (file)
@@ -16,7 +16,7 @@ foreach(x test)
   set(tesh_files   ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/${x}/sd_${x}.tesh)
 endforeach()
 
-foreach(x dag-dotload schedule-dotload)
+foreach(x dag-dotload)
   if(HAVE_GRAPHVIZ)
     add_executable       (sd_${x}  EXCLUDE_FROM_ALL ${x}/sd_${x}.c)
     target_link_libraries(sd_${x}     simgrid)
@@ -34,8 +34,6 @@ set(xml_files    ${xml_files}     ${CMAKE_CURRENT_SOURCE_DIR}/scheduling/Montage
                                   ${CMAKE_CURRENT_SOURCE_DIR}/daxload/smalldax.xml                         PARENT_SCOPE)
 set(txt_files    ${txt_files}     ${CMAKE_CURRENT_SOURCE_DIR}/dag-dotload/dag_with_cycle.dot
                                   ${CMAKE_CURRENT_SOURCE_DIR}/dag-dotload/dag.dot
-                                  ${CMAKE_CURRENT_SOURCE_DIR}/schedule-dotload/dag_with_bad_schedule.dot
-                                  ${CMAKE_CURRENT_SOURCE_DIR}/schedule-dotload/dag_with_good_schedule.dot
                                   ${CMAKE_CURRENT_SOURCE_DIR}/scheduling/expected_output.jed               PARENT_SCOPE)
 
 foreach(x daxload typed_tasks scheduling test)
@@ -43,7 +41,7 @@ foreach(x daxload typed_tasks scheduling test)
 endforeach()
 
 if(HAVE_GRAPHVIZ)
-  foreach(x dag-dotload schedule-dotload)
+  foreach(x dag-dotload)
     ADD_TESH(simdag-${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/deprecated/simdag --cd ${CMAKE_BINARY_DIR}/examples/deprecated/simdag ${CMAKE_HOME_DIRECTORY}/examples/deprecated/simdag/${x}/sd_${x}.tesh)
   endforeach()
 endif()