X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/194eced51d57295aec41905adadda8e9b21f74b9..c5c1970:/teshsuite/gras/msg_handle/CMakeLists.txt diff --git a/teshsuite/gras/msg_handle/CMakeLists.txt b/teshsuite/gras/msg_handle/CMakeLists.txt index 63d5d19b89..7f5a91603e 100644 --- a/teshsuite/gras/msg_handle/CMakeLists.txt +++ b/teshsuite/gras/msg_handle/CMakeLists.txt @@ -28,11 +28,11 @@ if(NOT WIN32) target_link_libraries(msg_handle_simulator simgrid m pthread ) target_link_libraries(msg_handle_client gras m pthread ) target_link_libraries(msg_handle_server gras m pthread ) -else(NOT WIN32) +else() target_link_libraries(msg_handle_simulator simgrid) target_link_libraries(msg_handle_client gras) target_link_libraries(msg_handle_server gras) -endif(NOT WIN32) +endif() set(tesh_files ${tesh_files}