Browse Source

CMAKE: Do not mark STORM_USE_SPOT as advanced.

tempestpy_adaptions
Tim Quatmann 3 years ago
committed by Stefan Pranger
parent
commit
c057e437e4
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -52,7 +52,6 @@ option(USE_HYPRO "Sets whether HyPro should be included." OFF)
mark_as_advanced(USE_HYPRO) mark_as_advanced(USE_HYPRO)
option(STORM_FORCE_LTL_SUPPORT "Sets whether support for LTL model checking needs to be included." OFF) option(STORM_FORCE_LTL_SUPPORT "Sets whether support for LTL model checking needs to be included." OFF)
option(STORM_USE_SPOT "Sets whether Spot should be included." ON) option(STORM_USE_SPOT "Sets whether Spot should be included." ON)
MARK_AS_ADVANCED(STORM_USE_SPOT)
option(STORM_FORCE_SHIPPED_SPOT "Sets whether the Spot sources should be downloaded and installed." OFF) option(STORM_FORCE_SHIPPED_SPOT "Sets whether the Spot sources should be downloaded and installed." OFF)
MARK_AS_ADVANCED(STORM_FORCE_SHIPPED_SPOT) MARK_AS_ADVANCED(STORM_FORCE_SHIPPED_SPOT)
option(XML_SUPPORT "Sets whether xml based format parsing should be included." ON) option(XML_SUPPORT "Sets whether xml based format parsing should be included." ON)

Loading…
Cancel
Save