X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c3701e24626a87cef600fc29484a4e4b82e28be..d3b82ab21c706eff03f671a2a997c20b2e29889e:/buildtools/Cmake/CompleteInFiles.cmake diff --git a/buildtools/Cmake/CompleteInFiles.cmake b/buildtools/Cmake/CompleteInFiles.cmake index 5cd41c2574..e00a914585 100644 --- a/buildtools/Cmake/CompleteInFiles.cmake +++ b/buildtools/Cmake/CompleteInFiles.cmake @@ -197,10 +197,10 @@ endif(enable_latency_bound_tracking) if(enable_model-checking AND HAVE_MMAP) SET(HAVE_MC 1) - SET(MMALLOC_WANT_OVERIDE_LEGACY 1) + SET(MMALLOC_WANT_OVERRIDE_LEGACY 1) else(enable_model-checking AND HAVE_MMAP) SET(HAVE_MC 0) - SET(MMALLOC_WANT_OVERIDE_LEGACY 0) + SET(MMALLOC_WANT_OVERRIDE_LEGACY 0) endif(enable_model-checking AND HAVE_MMAP) #--------------------------------------------------------------------------------------------------