File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ include(FetchContent)
3333
3434FetchContent_Declare (
3535 pybind11
36- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0 .tar.gz
37- URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
36+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1 .tar.gz
37+ URL_HASH SHA256=111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad
3838)
3939FetchContent_MakeAvailable (pybind11)
4040
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
1313include (FetchContent )
1414FetchContent_Declare (
1515 pybind11
16- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0 .tar.gz
17- URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
16+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1 .tar.gz
17+ URL_HASH SHA256=111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad
1818)
1919FetchContent_MakeAvailable (pybind11)
2020
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ include(GNUInstallDirs)
1717include (FetchContent )
1818FetchContent_Declare (
1919 pybind11
20- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0 .tar.gz
21- URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
20+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1 .tar.gz
21+ URL_HASH SHA256=111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad
2222)
2323FetchContent_MakeAvailable (pybind11)
2424
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
1313include (FetchContent )
1414FetchContent_Declare (
1515 pybind11
16- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0 .tar.gz
17- URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
16+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1 .tar.gz
17+ URL_HASH SHA256=111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad
1818)
1919FetchContent_MakeAvailable (pybind11)
2020
You can’t perform that action at this time.
0 commit comments