Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Option model-checking OFF by default
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 1 Apr 2023 17:45:46 +0000 (19:45 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 1 Apr 2023 17:45:46 +0000 (19:45 +0200)
tools/cmake/Option.cmake

index 19e3248..c4faa2f 100644 (file)
@@ -38,7 +38,7 @@ 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" on)
+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)
 mark_as_advanced(enable-model-checking)
 if(enable-model-checking)