From 2ddb2aed34d10784654263bf385275d6073b44ca Mon Sep 17 00:00:00 2001 From: navarrop Date: Thu, 2 Dec 2010 13:32:06 +0000 Subject: [PATCH] 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 --- doc/FAQ.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1