X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c3a1127888725e3075adff3ad323dc1357351530..d24f6738f58de48ac1fea23849f12285034f86c4:/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}