Bindings: Python: Update to pybind11 3.0.3

master
Thomas Stoddard 2026-04-03 20:16:27 +00:00 committed by Kyle Schwarz
parent 146ddaf23c
commit e7c2c07947
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ else()
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v3.0.1
GIT_TAG v3.0.3
)
FetchContent_MakeAvailable(pybind11)
endif()