We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda5d6a commit e835eceCopy full SHA for e835ece
python-bindings/CMakeLists.txt
@@ -3,7 +3,7 @@ include(FetchContent)
3
FetchContent_Declare(
4
pybind11
5
GIT_REPOSITORY https://github.com/pybind/pybind11.git
6
- GIT_TAG v2.10.0
+ GIT_TAG v2.13.6
7
)
8
FetchContent_MakeAvailable(pybind11)
9
0 commit comments