X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/963b8d1182796bce58318c92742863a8d3f32b37..49e85177c669d793e84242983a1b1f430e47184e:/examples/simdag/properties/CMakeLists.txt diff --git a/examples/simdag/properties/CMakeLists.txt b/examples/simdag/properties/CMakeLists.txt index 04e4cce888..833a9fc02c 100644 --- a/examples/simdag/properties/CMakeLists.txt +++ b/examples/simdag/properties/CMakeLists.txt @@ -6,7 +6,7 @@ add_executable(sd_prop sd_prop.c) ### Add definitions for compile if(NOT WIN32) - target_link_libraries(sd_prop simgrid pthread m ) + target_link_libraries(sd_prop simgrid pthread ) else() target_link_libraries(sd_prop simgrid) endif()