Browse Source

Warning in cmake if Z3 is not found

tempestpy_adaptions
Matthias Volk 7 years ago
parent
commit
a9d6d80ef0
  1. 2
      resources/3rdparty/CMakeLists.txt

2
resources/3rdparty/CMakeLists.txt

@ -155,6 +155,8 @@ if(Z3_FOUND)
add_imported_library(z3 SHARED ${Z3_LIBRARIES} ${Z3_INCLUDE_DIRS})
list(APPEND STORM_DEP_TARGETS z3_SHARED)
else()
message (WARNING "Storm - Z3 not found. Building of Prism/JANI models will not be supported.")
endif(Z3_FOUND)
#############################################################

Loading…
Cancel
Save