X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c3a1127888725e3075adff3ad323dc1357351530..eb6803b356722b81dc10bf4463c9b111c0736977:/examples/simdag/properties/CMakeLists.txt diff --git a/examples/simdag/properties/CMakeLists.txt b/examples/simdag/properties/CMakeLists.txt index c7b5192ca1..833a9fc02c 100644 --- a/examples/simdag/properties/CMakeLists.txt +++ b/examples/simdag/properties/CMakeLists.txt @@ -6,10 +6,10 @@ 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}