X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41aeab983aed4105a2868c9339cf1c8df5f35724..db9e1e77f7d08a187ac8e5588e42b3358879de9f:/examples/gras/chrono/CMakeLists.txt diff --git a/examples/gras/chrono/CMakeLists.txt b/examples/gras/chrono/CMakeLists.txt index a31dae26b0..14d0b39975 100644 --- a/examples/gras/chrono/CMakeLists.txt +++ b/examples/gras/chrono/CMakeLists.txt @@ -19,5 +19,5 @@ add_custom_command( ) ### Add definitions for compile -target_link_libraries(chrono_simulator simgrid pthread m -fprofile-arcs) -target_link_libraries(chrono_multiplier gras pthread m -fprofile-arcs) \ No newline at end of file +target_link_libraries(chrono_simulator simgrid pthread m ) +target_link_libraries(chrono_multiplier gras pthread m ) \ No newline at end of file