File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
1414include (FetchContent)
1515FetchContent_Declare(
1616 pybind11
17- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1 .tar.gz
18- URL_HASH SHA256=d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
17+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5 .tar.gz
18+ URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
1919)
2020FetchContent_MakeAvailable(pybind11)
2121
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ include(GNUInstallDirs)
1818include (FetchContent)
1919FetchContent_Declare(
2020 pybind11
21- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1 .tar.gz
22- URL_HASH SHA256=d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
21+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5 .tar.gz
22+ URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
2323)
2424FetchContent_MakeAvailable(pybind11)
2525
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ set(CMAKE_BUILD_TYPE Debug)
1515include (FetchContent)
1616FetchContent_Declare(
1717 pybind11
18- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.2 .tar.gz
19- URL_HASH SHA256=93bd1e625e43e03028a3ea7389bba5d3f9f2596abc074b068e70f4ef9b1314ae
18+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5 .tar.gz
19+ URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
2020)
2121FetchContent_MakeAvailable(pybind11)
2222
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
1414include (FetchContent)
1515FetchContent_Declare(
1616 pybind11
17- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1 .tar.gz
18- URL_HASH SHA256=d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
17+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5 .tar.gz
18+ URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
1919)
2020FetchContent_MakeAvailable(pybind11)
2121
You can’t perform that action at this time.
0 commit comments