X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a4ec91cc24a9a54ff3a060cc2828ac54d0c0c26..5f5a10db6fc4552782638abb4817041223e17775:/tools/cmake/Option.cmake diff --git a/tools/cmake/Option.cmake b/tools/cmake/Option.cmake index a1e5334385..e35aa12748 100644 --- a/tools/cmake/Option.cmake +++ b/tools/cmake/Option.cmake @@ -38,8 +38,8 @@ endif() option(minimal-bindings "Whether to compile the Python bindings libraries with the minimal dependency set" off) mark_as_advanced(minimal-bindings) -option(enable_model-checking "Turn this on to experiment with our prototype of model-checker" off) -option(enable-model-checking "Please set 'enable_model-checking' instead" off) +option(enable_model-checking "Turn this on to experiment with our prototype of model-checker" on) +option(enable-model-checking "Please set 'enable_model-checking' instead" on) mark_as_advanced(enable-model-checking) if(enable-model-checking) SET(enable_model-checking ON CACHE BOOL "Whether to compile the model-checker" FORCE)