X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4b2383532e8b6985a265830c026ac91aa3efd90..ac2162b716c1a99ffb3f8defa67d37e7c748d629:/buildtools/Cmake/CompleteInFiles.cmake diff --git a/buildtools/Cmake/CompleteInFiles.cmake b/buildtools/Cmake/CompleteInFiles.cmake index 5f1d02ea3b..199fa68cae 100644 --- a/buildtools/Cmake/CompleteInFiles.cmake +++ b/buildtools/Cmake/CompleteInFiles.cmake @@ -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)