From: Augustin Degomme Date: Thu, 21 Nov 2013 00:32:46 +0000 (+0100) Subject: new attempt X-Git-Tag: v3_11_beta~248 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/64164401c652644e2ea3423fd776eb4bbcf4399f new attempt --- diff --git a/buildtools/Cmake/MakeLib.cmake b/buildtools/Cmake/MakeLib.cmake index 93ace1d424..bddc356054 100644 --- a/buildtools/Cmake/MakeLib.cmake +++ b/buildtools/Cmake/MakeLib.cmake @@ -38,7 +38,7 @@ endif() # Compute the dependencies of SimGrid ##################################### -set(SIMGRID_DEP "-lm") +set(SIMGRID_DEP "-lm -lstdc++") if(pthread) if(${CONTEXT_THREADS})