We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d3c23 commit 0b6d1e7Copy full SHA for 0b6d1e7
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.3.tar.gz
99
- URL_HASH SHA256=787459e1e186ee82001759508fefa408373eae8a076ffe0078b126c6f8f0ec5e
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v3.0.4.tar.gz
+ URL_HASH SHA256=e8b0737c226b0e48e30a0e2adc4f849babd5b14d6e08fd99d8a4fa6b0758ddde
100
FIND_PACKAGE_ARGS NAMES pybind11
101
)
102
FetchContent_MakeAvailable(pybind11)
0 commit comments