Browse Source

Disable deprecation warnings for now. Otherwise the pybind11 compilation output is too cluttered.

refactoring
Matthias Volk 5 years ago
parent
commit
049f614759
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -5,6 +5,7 @@ find_package(storm REQUIRED)
add_subdirectory(resources/pybind11)
option(STORMPY_DISABLE_SIGNATURE_DOC "Disable the signature in the documentation" OFF)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated-declarations")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/src/generated/config.h)

Loading…
Cancel
Save