Skip to content

Commit f83f95b

Browse files
Merge pull request #1758 from IntelPython/use-pybind11-2-13-1
Use Pybind11 2.13.1 to build dpctl
2 parents b7cb53d + b30c65c commit f83f95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ include(FetchContent)
6969

7070
FetchContent_Declare(
7171
pybind11
72-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.12.0.tar.gz
73-
URL_HASH SHA256=bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
72+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.1.tar.gz
73+
URL_HASH SHA256=51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc
7474
FIND_PACKAGE_ARGS NAMES pybind11
7575
)
7676
FetchContent_MakeAvailable(pybind11)

0 commit comments

Comments
 (0)