We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b16ee commit f62120aCopy full SHA for f62120a
CMakeLists.txt
@@ -34,8 +34,8 @@ include(FetchContent)
34
35
FetchContent_Declare(
36
pybind11
37
- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.2.tar.gz
38
- URL_HASH SHA256=93bd1e625e43e03028a3ea7389bba5d3f9f2596abc074b068e70f4ef9b1314ae
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.tar.gz
+ URL_HASH SHA256=d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
39
)
40
FetchContent_MakeAvailable(pybind11)
41
0 commit comments