X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a358115a6d6ef855fc2d664fc8d7ae6826ae92e3..a4fc28ec2b9c97fc5bff04e0e5f420703f5ab419:/examples/simdag/properties/CMakeLists.txt diff --git a/examples/simdag/properties/CMakeLists.txt b/examples/simdag/properties/CMakeLists.txt index 87f55192b1..e0fc82d56b 100644 --- a/examples/simdag/properties/CMakeLists.txt +++ b/examples/simdag/properties/CMakeLists.txt @@ -1,13 +1,7 @@ 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 ) -else() - target_link_libraries(sd_prop simgrid) -endif() +target_link_libraries(sd_prop simgrid) set(tesh_files ${tesh_files}