We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c5fe5 commit 415e6dfCopy full SHA for 415e6df
CMakeLists.txt
@@ -57,9 +57,9 @@ include(GNUInstallDirs)
57
# Fetch pybind11
58
include(FetchContent)
59
FetchContent_Declare(
60
- pybind11
61
- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.tar.gz
62
- URL_HASH SHA256=d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
+ pybind11
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.12.0.tar.gz
+ URL_HASH SHA256=bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
63
)
64
FetchContent_MakeAvailable(pybind11)
65
0 commit comments