|
|
@ -61,6 +61,9 @@ export_option(STORM_USE_CLN_RF) |
|
|
|
option(BUILD_SHARED_LIBS "Build the Storm library dynamically" OFF) |
|
|
|
option(STORM_DEBUG_CUDD "Build CUDD in debug mode." OFF) |
|
|
|
MARK_AS_ADVANCED(STORM_DEBUG_CUDD) |
|
|
|
option(STORM_EXCLUDE_TESTS_FROM_ALL "If set, tests will not be compiled by default" OFF ) |
|
|
|
export_option(STORM_EXCLUDE_TESTS_FROM_ALL) |
|
|
|
MARK_AS_ADVANCED(STORM_EXCLUDE_TESTS_FROM_ALL) |
|
|
|
set(BOOST_ROOT "" CACHE STRING "A hint to the root directory of Boost (optional).") |
|
|
|
set(GUROBI_ROOT "" CACHE STRING "A hint to the root directory of Gurobi (optional).") |
|
|
|
set(Z3_ROOT "" CACHE STRING "A hint to the root directory of Z3 (optional).") |
|
|
|