We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d838c4b commit 421889eCopy full SHA for 421889e
1 file changed
CMakeLists.txt
@@ -95,8 +95,8 @@ find_package(Python 3.10...<3.15 REQUIRED COMPONENTS Development.Module NumPy)
95
include(FetchContent)
96
FetchContent_Declare(
97
pybind11
98
- URL https://github.com/pybind/pybind11/archive/refs/tags/v3.0.2.tar.gz
99
- URL_HASH SHA256=2f20a0af0b921815e0e169ea7fec63909869323581b89d7de1553468553f6a2d
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v3.0.3.tar.gz
+ URL_HASH SHA256=787459e1e186ee82001759508fefa408373eae8a076ffe0078b126c6f8f0ec5e
100
FIND_PACKAGE_ARGS NAMES pybind11
101
)
102
FetchContent_MakeAvailable(pybind11)
0 commit comments