Skip to content

Commit

Permalink
currently no sysversions
Browse files Browse the repository at this point in the history
  • Loading branch information
sjunges committed Nov 29, 2023
1 parent 2ced38f commit 7ff2c50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/include_pybind11.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
find_package(pybind11 ${PYBIND_VERSION} CONFIG QUIET)
if(pybind11_FOUND)
message(STATUS "Stormpy - Using system version of pybind11 (version ${pybind_VERSION}).")
else()
#find_package(pybind11 ${PYBIND_VERSION} CONFIG QUIET)
#if(pybind11_FOUND)
# message(STATUS "Stormpy - Using system version of pybind11 (version ${PYBIND_VERSION}).")
#else()
message(STATUS "Stormpy - Using shipped version of pybind11 (version ${PYBIND_VERSION}).")

include(FetchContent)
Expand All @@ -13,5 +13,5 @@ else()
)

FetchContent_MakeAvailable(pybind11)
endif()
#endif()

0 comments on commit 7ff2c50

Please sign in to comment.