Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use brand new attibute: symmetrical="YES"
[simgrid.git] / teshsuite / simdag / network / CMakeLists.txt
index 4417d10..801abab 100644 (file)
@@ -1,5 +1,3 @@
-cmake_minimum_required(VERSION 2.6)
-
 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
 add_executable(test_reinit_costs test_reinit_costs.c)
@@ -7,9 +5,9 @@ add_executable(test_reinit_costs test_reinit_costs.c)
 ### Add definitions for compile
 if(NOT WIN32)
   target_link_libraries(test_reinit_costs simgrid m pthread )
-else(NOT WIN32)
+else()
   target_link_libraries(test_reinit_costs simgrid)
-endif(NOT WIN32)
+endif()
 
 set(tesh_files
   ${tesh_files}