Skip to content

Commit

Permalink
Merge pull request #1422 from IntelPython/update-pybind11-to-2.11.1
Browse files Browse the repository at this point in the history
Bump pybind11 version used
  • Loading branch information
oleksandr-pavlyk authored Sep 27, 2023
2 parents 66b16ee + f62120a commit 5bd924e
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 @@ -34,8 +34,8 @@ include(FetchContent)

FetchContent_Declare(
pybind11
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.2.tar.gz
URL_HASH SHA256=93bd1e625e43e03028a3ea7389bba5d3f9f2596abc074b068e70f4ef9b1314ae
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.tar.gz
URL_HASH SHA256=d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
)
FetchContent_MakeAvailable(pybind11)

Expand Down

0 comments on commit 5bd924e

Please sign in to comment.