Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename s4u Async to Activities
[simgrid.git] / tools / cmake / MakeLib.cmake
index 496c935..efb9595 100644 (file)
@@ -95,10 +95,6 @@ if(HAVE_POSIX_GETTIME)
   SET(SIMGRID_DEP "${SIMGRID_DEP} -lrt")
 endif()
 
-if(HAVE_BACKTRACE)
-  SET(SIMGRID_DEP "${SIMGRID_DEP} -lexecinfo")
-endif()
-
 # Compute the dependencies of SMPI
 ##################################
 if(enable_smpi AND APPLE)