Skip to content

Commit

Permalink
Use Pybind11 2.13.5 to build dpnp (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy authored Aug 23, 2024
1 parent 7c8e83f commit 47c6f41
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 @@ -53,8 +53,8 @@ include(GNUInstallDirs)
include(FetchContent)
FetchContent_Declare(
pybind11
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.3.tar.gz
URL_HASH SHA256=6e7a84ec241544f2f5e30c7a82c09c81f0541dd14e9d9ef61051e07105f9c445
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz
URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
)
FetchContent_MakeAvailable(pybind11)

Expand Down

0 comments on commit 47c6f41

Please sign in to comment.