Skip to content

Commit 24b2c72

Browse files
committed
Upgrade pybind11 to v2.12.0
1 parent 6cce22b commit 24b2c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include(FetchContent)
1010
FetchContent_Declare(
1111
pybind11
1212
GIT_REPOSITORY https://github.com/pybind/pybind11
13-
GIT_TAG v2.11.1
13+
GIT_TAG v2.12.0
1414
)
1515
FetchContent_MakeAvailable(pybind11)
1616

0 commit comments

Comments
 (0)