Skip to content

Commit

Permalink
currently no sysversions (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjunges authored Dec 6, 2023
1 parent 2ced38f commit 7e5019d
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 7e5019d

Please sign in to comment.