From: navarrop Date: Thu, 2 Dec 2010 13:32:06 +0000 (+0000) Subject: Remove old flag from documentation example. X-Git-Tag: v3.6_beta2~1035 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2ddb2aed34d10784654263bf385275d6073b44ca?ds=sidebyside Remove old flag from documentation example. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8877 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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