X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a23586f55822da9d7f1ab6c5db028ab13acaccd..4c48bd895304f134d21a2f3a4eeb999a316463c6:/examples/gras/timer/CMakeLists.txt diff --git a/examples/gras/timer/CMakeLists.txt b/examples/gras/timer/CMakeLists.txt index 1eef88a1d8..ad883e96db 100644 --- a/examples/gras/timer/CMakeLists.txt +++ b/examples/gras/timer/CMakeLists.txt @@ -19,5 +19,5 @@ add_custom_command( ) ### Add definitions for compile -target_link_libraries(timer_simulator simgrid pthread m -fprofile-arcs) -target_link_libraries(timer_client gras pthread m -fprofile-arcs) +target_link_libraries(timer_simulator simgrid pthread m ) +target_link_libraries(timer_client gras pthread m )