X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1632f396f414f85f50611cad05e13c47ad06387e..fa6c13d41657422d267644ec99f0419a723f4bf9:/examples/msg/io/CMakeLists.txt diff --git a/examples/msg/io/CMakeLists.txt b/examples/msg/io/CMakeLists.txt index 7036f56cf9..3285b5e0f9 100644 --- a/examples/msg/io/CMakeLists.txt +++ b/examples/msg/io/CMakeLists.txt @@ -7,12 +7,12 @@ add_executable(file_unlink file_unlink.c) ### Add definitions for compile if(NOT WIN32) - target_link_libraries(file simgrid m pthread) - target_link_libraries(file_unlink simgrid m pthread) -else(NOT WIN32) + target_link_libraries(file simgrid pthread) + target_link_libraries(file_unlink simgrid pthread) +else() target_link_libraries(file simgrid) target_link_libraries(file_unlink simgrid) -endif(NOT WIN32) +endif() set(tesh_files ${tesh_files}