Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
outline a page on high-level concepts to describe your platform
[simgrid.git] / tools / cmake / MakeLib.cmake
index 6b825b2..efb9595 100644 (file)
@@ -95,10 +95,6 @@ if(HAVE_POSIX_GETTIME)
   SET(SIMGRID_DEP "${SIMGRID_DEP} -lrt")
 endif()
 
-if(HAVE_BACKTRACE_IN_LIBEXECINFO)
-  SET(SIMGRID_DEP "${SIMGRID_DEP} -lexecinfo")
-endif(HAVE_BACKTRACE_IN_LIBEXECINFO)
-
 # Compute the dependencies of SMPI
 ##################################
 if(enable_smpi AND APPLE)