Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merge my change and the one of Augustin
[simgrid.git] / examples / simdag / CMakeLists.txt
index 2cf3f9b..8c0e5ee 100644 (file)
@@ -6,16 +6,6 @@ foreach(x availability daxload fail typed_tasks io properties throttling schedul
   set(tesh_files   ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/${x}/sd_${x}.tesh)
 endforeach()
 
-if(HAVE_GRAPHVIZ)
-  foreach(x dag-dotload ptg-dotload schedule-dotload)
-    add_executable       (sd_${x}     ${x}/sd_${x}.c)
-    target_link_libraries(sd_${x}     simgrid)
-    set_target_properties(sd_${x}  PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x})
-    set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${x}/sd_${x}.c)
-    set(tesh_files   ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/${x}/sd_${x}.tesh)
-  endforeach()
-endif()
-
 add_executable       (goal_test goal/goal_test.c)
 target_link_libraries(goal_test simgrid)
 set_target_properties(goal_test PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/goal)