Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[CMAKE] Fix 'make dist' broken by 9913e297eeba0983a5ff635c076e3f458b178766
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 21 Jun 2018 10:35:12 +0000 (12:35 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 21 Jun 2018 10:35:26 +0000 (12:35 +0200)
examples/smpi/CMakeLists.txt

index 7fea2c9..12f380e 100644 (file)
@@ -10,7 +10,6 @@ if(enable_smpi)
     add_executable       (smpi_${x} ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x})
     target_link_libraries(smpi_${x} simgrid)
     set_target_properties(smpi_${x} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x})
     add_executable       (smpi_${x} ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x})
     target_link_libraries(smpi_${x} simgrid)
     set_target_properties(smpi_${x} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x})
-    set(examples_src  ${examples_src}  ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x})
   endforeach()
 
   set_target_properties(smpi_trace_call_location PROPERTIES COMPILE_FLAGS "-trace-call-location")
   endforeach()
 
   set_target_properties(smpi_trace_call_location PROPERTIES COMPILE_FLAGS "-trace-call-location")