Skip to content

Commit 2f235bf

Browse files
authored
Upgraded pybind11 to the newer version (#1510)
1 parent f86749c commit 2f235bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ include(GNUInstallDirs)
4545
include(FetchContent)
4646
FetchContent_Declare(
4747
pybind11
48-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.2.tar.gz
49-
URL_HASH SHA256=93bd1e625e43e03028a3ea7389bba5d3f9f2596abc074b068e70f4ef9b1314ae
48+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.tar.gz
49+
URL_HASH SHA256=d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
5050
)
5151
FetchContent_MakeAvailable(pybind11)
5252

0 commit comments

Comments
 (0)