Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new attempt
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 21 Nov 2013 00:32:46 +0000 (01:32 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 21 Nov 2013 00:32:46 +0000 (01:32 +0100)
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})