Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] don't clutter cd_cmd and setenv_cmd because they are used from GetOption:...
[simgrid.git] / examples / simdag / properties / CMakeLists.txt
index 04e4cce8880e08e174b5c877b5030bdec44bc9e9..d88149f6a71b4d72eb62db3a4147e47be406584d 100644 (file)
@@ -1,12 +1,10 @@
-cmake_minimum_required(VERSION 2.6)
-
 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
 add_executable(sd_prop sd_prop.c)
 
 ### Add definitions for compile
 if(NOT WIN32)
-  target_link_libraries(sd_prop simgrid pthread )
+  target_link_libraries(sd_prop simgrid pthread )
 else()
   target_link_libraries(sd_prop simgrid)
 endif()