message(WARNING"Storm - Library for carl location is not found but the directory ${STORM_3RDPARTY_BINARY_DIR}/carl exists. Will (re-)try to build a shipped version of carl.")
set(STORM_SHIPPED_CARLON)
else()
message(FATAL_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?")
endif()
elseif(EXISTS${carlLOCATION})
elseif(EXISTS${carlLOCATION})
#emptyonpurpose
#emptyonpurpose
else()
if(EXISTS${STORM_3RDPARTY_BINARY_DIR}/carl)
message(WARNING"Storm - File ${carlLOCATION} does not exist but the directory ${STORM_3RDPARTY_BINARY_DIR}/carl exists. Will (re-)try to build a shipped version of carl.")
set(STORM_SHIPPED_CARLON)
else()
else()
message(FATAL_ERROR"File ${carlLOCATION} does not exist, did you build carl?")
message(FATAL_ERROR"File ${carlLOCATION} does not exist, did you build carl?")