]> AND Public Git Repository - simgrid.git/blobdiff - buildtools/Cmake/CompleteInFiles.cmake
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
search libunwind with cmake and die at config time if not found
[simgrid.git] / buildtools / Cmake / CompleteInFiles.cmake
index 5f1d02ea3b991077db6b5d5e2b1fae1d8c35c208..199fa68cae88d80c6026d1b6ad8ed6c4461bb843 100644 (file)
@@ -206,6 +206,7 @@ endif(enable_mallocators)
 if(enable_model-checking AND HAVE_MMAP)
   SET(HAVE_MC 1)
   SET(MMALLOC_WANT_OVERRIDE_LEGACY 1)
+  include(FindLibunwind)
 else(enable_model-checking AND HAVE_MMAP)
   SET(HAVE_MC 0)
   SET(MMALLOC_WANT_OVERRIDE_LEGACY 0)