X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/194eced51d57295aec41905adadda8e9b21f74b9..c5c1970:/examples/gras/synchro/CMakeLists.txt diff --git a/examples/gras/synchro/CMakeLists.txt b/examples/gras/synchro/CMakeLists.txt index 3490e4613f..6191bdfda1 100644 --- a/examples/gras/synchro/CMakeLists.txt +++ b/examples/gras/synchro/CMakeLists.txt @@ -22,10 +22,10 @@ add_custom_command( if(NOT WIN32) target_link_libraries(synchro_simulator simgrid pthread m ) target_link_libraries(synchro_philosopher gras pthread m ) -else(NOT WIN32) +else() target_link_libraries(synchro_simulator simgrid) target_link_libraries(synchro_philosopher gras) -endif(NOT WIN32) +endif() set(tesh_files ${tesh_files}