X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a5f04303fede6c66ee161297d17a0979a8e691e..7fd28d30a3f673b7a9a1198d72266bc744d63fd2:/doc/FAQ.doc diff --git a/doc/FAQ.doc b/doc/FAQ.doc index b87c56bcf9..834c772fed 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -470,7 +470,7 @@ set(LIBRARY_OUTPUT_PATH "${CMAKE_HOME_DIRECTORY}/lib") add_executable(get_sender get_sender.c) #add_executable( ) ### Add definitions for compile -target_link_libraries(get_sender simgrid m pthread -fprofile-arcs) #target_link_libraries( ) +target_link_libraries(get_sender simgrid m pthread) #target_link_libraries( ) \endverbatim Then you have to modified /buildtools/Cmake/MakeExeLib.cmake and add