Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed exception tests
[simgrid.git] / buildtools / Cmake / MakeLib.cmake
index 9518d4c..91611c9 100644 (file)
@@ -23,7 +23,7 @@ endif()
 add_dependencies(simgrid maintainer_files)
 
 if(enable_model-checking)
-  add_executable(simgrid-mc "${MC_SIMGRID_MC_SRC}")
+  add_executable(simgrid-mc ${MC_SIMGRID_MC_SRC})
   target_link_libraries(simgrid-mc simgrid)
   set_target_properties(simgrid-mc
     PROPERTIES
@@ -101,7 +101,7 @@ if(HAVE_MC)
   # The availability of libunwind was checked in CompleteInFiles.cmake
   #   (that includes FindLibunwind.cmake), so simply load it now.
   
-  SET(SIMGRID_DEP "${SIMGRID_DEP} -lunwind")
+  SET(SIMGRID_DEP "${SIMGRID_DEP} -lunwind -lunwind-ptrace")
 
   # Same for libdw
   SET(SIMGRID_DEP "${SIMGRID_DEP} -ldw")