Skip to content

Commit

Permalink
chore(deps): bump pybind11 version to v2.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jnooree committed Oct 25, 2024
1 parent 19a88e3 commit 7289709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/NuriKitUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function(find_or_fetch_pybind11)
cmake_policy(SET CMP0148 NEW)
endif()

find_package(pybind11 2.12.0)
find_package(pybind11 2.13)

if(pybind11_FOUND)
message(STATUS "Found pybind11 ${pybind11_VERSION}")
Expand All @@ -181,7 +181,7 @@ function(find_or_fetch_pybind11)
Fetchcontent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.12.0
GIT_TAG v2.13.6
)
nuri_make_available_deponly(pybind11)
endif()
Expand Down

0 comments on commit 7289709

Please sign in to comment.