Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't tell 165 times that we need CMAKE v2.6
[simgrid.git] / examples / msg / start_kill_time / CMakeLists.txt
index 8c8ce6a..6b95310 100644 (file)
@@ -1,5 +1,3 @@
-cmake_minimum_required(VERSION 2.6)
-
 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
 add_executable(sk_time "sk_time.c")
@@ -7,9 +5,9 @@ add_executable(sk_time "sk_time.c")
 ### Add definitions for compile
 if(WIN32)
   target_link_libraries(sk_time simgrid )
-else(WIN32)
-  target_link_libraries(sk_time simgrid )
-endif(WIN32)
+else()
+  target_link_libraries(sk_time simgrid )
+endif()
 
 set(tesh_files
   ${tesh_files}