|
@ -34,6 +34,7 @@ set(MSAT_ROOT "" CACHE STRING "The root directory of MathSAT (if available).") |
|
|
set(ADDITIONAL_INCLUDE_DIRS "" CACHE STRING "Additional directories added to the include directories.") |
|
|
set(ADDITIONAL_INCLUDE_DIRS "" CACHE STRING "Additional directories added to the include directories.") |
|
|
set(ADDITIONAL_LINK_DIRS "" CACHE STRING "Additional directories added to the link directories.") |
|
|
set(ADDITIONAL_LINK_DIRS "" CACHE STRING "Additional directories added to the link directories.") |
|
|
set(CUSTOM_BOOST_ROOT "" CACHE STRING "A custom path to the Boost root directory.") |
|
|
set(CUSTOM_BOOST_ROOT "" CACHE STRING "A custom path to the Boost root directory.") |
|
|
|
|
|
set(STORM_SUPPORT_XML_INPUT_FORMATS 0) |
|
|
|
|
|
|
|
|
# If the DEBUG option was turned on, we will target a debug version and a release version otherwise. |
|
|
# If the DEBUG option was turned on, we will target a debug version and a release version otherwise. |
|
|
if (STORM_DEBUG) |
|
|
if (STORM_DEBUG) |
|
|