Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new attempt
[simgrid.git] / buildtools / Cmake / MakeLib.cmake
index 93ace1d..bddc356 100644 (file)
@@ -38,7 +38,7 @@ endif()
 
 # Compute the dependencies of SimGrid
 #####################################
-set(SIMGRID_DEP "-lm")
+set(SIMGRID_DEP "-lm -lstdc++")
 
 if(pthread)
   if(${CONTEXT_THREADS})