We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cce22b commit 24b2c72Copy full SHA for 24b2c72
python/CMakeLists.txt
@@ -10,7 +10,7 @@ include(FetchContent)
10
FetchContent_Declare(
11
pybind11
12
GIT_REPOSITORY https://github.com/pybind/pybind11
13
- GIT_TAG v2.11.1
+ GIT_TAG v2.12.0
14
)
15
FetchContent_MakeAvailable(pybind11)
16
0 commit comments