X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/15badc71ce964f6dae6428c9a4c0198fad5d4936..64164401c652644e2ea3423fd776eb4bbcf4399f:/buildtools/Cmake/MakeLib.cmake 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})