Skip to content

Commit

Permalink
Merge pull request #1758 from IntelPython/use-pybind11-2-13-1
Browse files Browse the repository at this point in the history
Use Pybind11 2.13.1 to build dpctl
  • Loading branch information
oleksandr-pavlyk authored Jul 25, 2024
2 parents b7cb53d + b30c65c commit f83f95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ include(FetchContent)

FetchContent_Declare(
pybind11
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.12.0.tar.gz
URL_HASH SHA256=bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.1.tar.gz
URL_HASH SHA256=51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc
FIND_PACKAGE_ARGS NAMES pybind11
)
FetchContent_MakeAvailable(pybind11)
Expand Down

0 comments on commit f83f95b

Please sign in to comment.