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 @@ -31,8 +31,8 @@ include(FetchContent)
31
31
32
32
FetchContent_Declare (
33
33
pybind11
34
- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.9.2 .tar.gz
35
- URL_HASH SHA256=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
34
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0 .tar.gz
35
+ URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
36
36
)
37
37
FetchContent_MakeAvailable (pybind11 )
38
38
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.9.2 .tar.gz
17
- URL_HASH SHA256=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
16
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0 .tar.gz
17
+ URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
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.9.2 .tar.gz
21
- URL_HASH SHA256=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
20
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0 .tar.gz
21
+ URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
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.9.2 .tar.gz
17
- URL_HASH SHA256=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
16
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0 .tar.gz
17
+ URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
18
18
)
19
19
FetchContent_MakeAvailable (pybind11 )
20
20
You can’t perform that action at this time.
0 commit comments