Skip to content

Commit 415e6df

Browse files
authored
Use pybind11==2.12.0 to build dpnp (#1783)
1 parent 37c5fe5 commit 415e6df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ include(GNUInstallDirs)
5757
# Fetch pybind11
5858
include(FetchContent)
5959
FetchContent_Declare(
60-
pybind11
61-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.tar.gz
62-
URL_HASH SHA256=d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
60+
pybind11
61+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.12.0.tar.gz
62+
URL_HASH SHA256=bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
6363
)
6464
FetchContent_MakeAvailable(pybind11)
6565

0 commit comments

Comments
 (0)