Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another fix to avoid issues with .f or .F in f77
[simgrid.git] / examples / msg / chord / CMakeLists.txt
index a45ab70..5a01af2 100644 (file)
@@ -1,9 +1,6 @@
-cmake_minimum_required(VERSION 2.6)
-
 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
 add_executable(chord chord.c)
-add_executable(chord_before_dsend chord_before_dsend.c)
 
 ### Add definitions for compile
 target_link_libraries(chord simgrid )
@@ -25,7 +22,6 @@ set(xml_files
 set(examples_src
   ${examples_src}
   ${CMAKE_CURRENT_SOURCE_DIR}/chord.c
-  ${CMAKE_CURRENT_SOURCE_DIR}/chord_before_dsend.c
   PARENT_SCOPE
   )
 set(bin_files