@ -206,10 +206,10 @@ if (STORM_USE_GUROBI)
list ( APPEND STORM_DEP_TARGETS Gurobi_SHARED )
list ( APPEND STORM_DEP_TARGETS Gurobi_SHARED )
else ( )
else ( )
# T h e F i n d G u r o b i . c m a k e s c r i p t n e e d s t o b e u p d a t e d e v e r y n o w a n d t h e n a s t h e l i b r a r y f i l e c o n t a i n s t h e v e r s i o n n u m b e r . . .
# T h e F i n d G u r o b i . c m a k e s c r i p t n e e d s t o b e u p d a t e d e v e r y n o w a n d t h e n a s t h e l i b r a r y f i l e c o n t a i n s t h e v e r s i o n n u m b e r . . .
message ( SEND _ERROR "Gurobi Library ${GUROBI_LIBRARY} not found. If your Gurobi Version is higher then 8.1.0, please contact the Storm developers." )
message ( FATAL _ERROR "Gurobi Library ${GUROBI_LIBRARY} not found. If your Gurobi Version is higher then 8.1.0, please contact the Storm developers." )
endif ( )
endif ( )
else ( )
else ( )
message ( SEND _ERROR "Gurobi Library requested but was not found. Make sure that GUROBI_ROOT points to the correct directory (containing include/ and lib/ subdirectories)." )
message ( FATAL _ERROR "Gurobi Library requested but was not found. Make sure that GUROBI_ROOT points to the correct directory (containing include/ and lib/ subdirectories)." )
endif ( )
endif ( )
else ( )
else ( )
set ( STORM_HAVE_GUROBI OFF )
set ( STORM_HAVE_GUROBI OFF )
@ -243,17 +243,17 @@ endif()
if ( carl_FOUND AND NOT STORM_FORCE_SHIPPED_CARL )
if ( carl_FOUND AND NOT STORM_FORCE_SHIPPED_CARL )
get_target_property ( carlLOCATION lib_carl LOCATION )
get_target_property ( carlLOCATION lib_carl LOCATION )
if ( "${carlLOCATION}" STREQUAL "carlLOCATION-NOTFOUND" )
if ( "${carlLOCATION}" STREQUAL "carlLOCATION-NOTFOUND" )
message ( SEND _ERROR "Library location for carl is not found, did you build carl?" )
message ( FATAL _ERROR "Library location for carl is not found, did you build carl?" )
elseif ( EXISTS ${ carlLOCATION } )
elseif ( EXISTS ${ carlLOCATION } )
# e m p t y o n p u r p o s e
# e m p t y o n p u r p o s e
else ( )
else ( )
message ( SEND _ERROR "File ${carlLOCATION} does not exist, did you build carl?" )
message ( FATAL _ERROR "File ${carlLOCATION} does not exist, did you build carl?" )
endif ( )
endif ( )
if ( "${carl_VERSION_MAJOR}" STREQUAL "${CARL_C14VERSION}" )
if ( "${carl_VERSION_MAJOR}" STREQUAL "${CARL_C14VERSION}" )
message ( STATUS "Storm - Found carl using master14 branch." )
message ( STATUS "Storm - Found carl using master14 branch." )
# e m p t y o n p u r p o s e . M a y b e p u t a w a r n i n g h e r e ?
# e m p t y o n p u r p o s e . M a y b e p u t a w a r n i n g h e r e ?
elseif ( "${carl_VERSION_MAJOR}.${carl_VERSION_MINOR}" VERSION_LESS "${CARL_MINVERSION}" )
elseif ( "${carl_VERSION_MAJOR}.${carl_VERSION_MINOR}" VERSION_LESS "${CARL_MINVERSION}" )
message ( SEND _ERROR "Carl outdated, require ${CARL_MINVERSION}, have ${carl_VERSION}" )
message ( FATAL _ERROR "Carl outdated, require ${CARL_MINVERSION}, have ${carl_VERSION}" )
endif ( )
endif ( )
set ( STORM_SHIPPED_CARL OFF )
set ( STORM_SHIPPED_CARL OFF )