Skip to content

Commit 421889e

Browse files
committed
Use Pybind11 3.0.3 to build dpnp
1 parent d838c4b commit 421889e

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.2.tar.gz
99-
URL_HASH SHA256=2f20a0af0b921815e0e169ea7fec63909869323581b89d7de1553468553f6a2d
98+
URL https://github.com/pybind/pybind11/archive/refs/tags/v3.0.3.tar.gz
99+
URL_HASH SHA256=787459e1e186ee82001759508fefa408373eae8a076ffe0078b126c6f8f0ec5e
100100
FIND_PACKAGE_ARGS NAMES pybind11
101101
)
102102
FetchContent_MakeAvailable(pybind11)

0 commit comments

Comments
 (0)