X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c3a1127888725e3075adff3ad323dc1357351530..be6965a2b4eeef9c8225b33abd4acb08f2b561ef:/examples/simdag/properties/CMakeLists.txt diff --git a/examples/simdag/properties/CMakeLists.txt b/examples/simdag/properties/CMakeLists.txt index c7b5192ca1..d88149f6a7 100644 --- a/examples/simdag/properties/CMakeLists.txt +++ b/examples/simdag/properties/CMakeLists.txt @@ -1,15 +1,13 @@ -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 m ) -else(NOT WIN32) + target_link_libraries(sd_prop simgrid pthread ) +else() target_link_libraries(sd_prop simgrid) -endif(NOT WIN32) +endif() set(tesh_files ${tesh_files}