Skip to content

Commit

Permalink
Use pybind11==2.12.0 to build dpnp (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy authored Apr 16, 2024
1 parent 37c5fe5 commit 415e6df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ include(GNUInstallDirs)
# Fetch pybind11
include(FetchContent)
FetchContent_Declare(
pybind11
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.tar.gz
URL_HASH SHA256=d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
pybind11
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.12.0.tar.gz
URL_HASH SHA256=bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
)
FetchContent_MakeAvailable(pybind11)

Expand Down

0 comments on commit 415e6df

Please sign in to comment.