X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c3a1127888725e3075adff3ad323dc1357351530..c5c1970d1789e6fd9ca264d279a86abd8621bd5d:/examples/gras/timer/CMakeLists.txt diff --git a/examples/gras/timer/CMakeLists.txt b/examples/gras/timer/CMakeLists.txt index 86c42b7c8b..e41e5c5ea2 100644 --- a/examples/gras/timer/CMakeLists.txt +++ b/examples/gras/timer/CMakeLists.txt @@ -22,10 +22,10 @@ add_custom_command( if(NOT WIN32) target_link_libraries(timer_simulator simgrid pthread m ) target_link_libraries(timer_client gras pthread m ) -else(NOT WIN32) +else() target_link_libraries(timer_simulator simgrid) target_link_libraries(timer_client gras) -endif(NOT WIN32) +endif() set(tesh_files ${tesh_files}