Skip to content

Commit 0b6d1e7

Browse files
committed
Use Pybind11 3.0.4 to build dpnp
1 parent 71d3c23 commit 0b6d1e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ find_package(Python 3.10...<3.15 REQUIRED COMPONENTS Development.Module NumPy)
9595
include(FetchContent)
9696
FetchContent_Declare(
9797
pybind11
98-
URL https://github.com/pybind/pybind11/archive/refs/tags/v3.0.3.tar.gz
99-
URL_HASH SHA256=787459e1e186ee82001759508fefa408373eae8a076ffe0078b126c6f8f0ec5e
98+
URL https://github.com/pybind/pybind11/archive/refs/tags/v3.0.4.tar.gz
99+
URL_HASH SHA256=e8b0737c226b0e48e30a0e2adc4f849babd5b14d6e08fd99d8a4fa6b0758ddde
100100
FIND_PACKAGE_ARGS NAMES pybind11
101101
)
102102
FetchContent_MakeAvailable(pybind11)

0 commit comments

Comments
 (0)