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 @@ -33,8 +33,8 @@ include(FetchContent)
33
33
34
34
FetchContent_Declare (
35
35
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
38
38
)
39
39
FetchContent_MakeAvailable (pybind11 )
40
40
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
13
13
include (FetchContent )
14
14
FetchContent_Declare (
15
15
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
18
18
)
19
19
FetchContent_MakeAvailable (pybind11 )
20
20
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ include(GNUInstallDirs)
17
17
include (FetchContent )
18
18
FetchContent_Declare (
19
19
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
22
22
)
23
23
FetchContent_MakeAvailable (pybind11 )
24
24
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
13
13
include (FetchContent )
14
14
FetchContent_Declare (
15
15
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
18
18
)
19
19
FetchContent_MakeAvailable (pybind11 )
20
20
You can’t perform that action at this time.
0 commit comments