File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -38,39 +38,39 @@ CPMAddPackage(
38
38
CPMAddPackage (
39
39
NAME fmt
40
40
GITHUB_REPOSITORY fmtlib/fmt
41
- GIT_TAG 10.1 .1
41
+ GIT_TAG 10.2 .1
42
42
EXCLUDE_FROM_ALL YES
43
43
)
44
44
CPMAddPackage (
45
45
NAME tomlplusplus
46
46
GITHUB_REPOSITORY marzer/tomlplusplus
47
- GIT_TAG d8fa9a1fddc90254cac2366dde23f0b613bc1280
47
+ GIT_TAG 1f7884e59165e517462f922e7b6de131bd9844f3
48
48
EXCLUDE_FROM_ALL YES
49
49
)
50
50
CPMAddPackage (
51
51
NAME spdlog
52
52
GITHUB_REPOSITORY gabime/spdlog
53
- GIT_TAG ac55e60488032b9acde8940a5de099541c4515da
53
+ GIT_TAG 62302019babd8fdf63c1c6dc4c9faa48d441a7f0
54
54
EXCLUDE_FROM_ALL YES
55
55
)
56
56
CPMAddPackage (
57
57
NAME rapidjson
58
58
GITHUB_REPOSITORY Tencent/rapidjson
59
- GIT_TAG f9d53419e912910fd8fa57d5705fa41425428c35
59
+ GIT_TAG ab1842a2dae061284c0a62dca1cc6d5e7e37e346
60
60
EXCLUDE_FROM_ALL YES
61
61
)
62
62
if (NOT ENABLE_DEVENV )
63
63
CPMAddPackage (
64
64
NAME cpr
65
65
GITHUB_REPOSITORY libcpr/cpr
66
- GIT_TAG 67e2a4d2a76ed520e352f10e651a6f98e220dbd7
66
+ GIT_TAG 7cd69d2cc3105a3920da765e285d2a89d2247f0d
67
67
EXCLUDE_FROM_ALL YES
68
68
)
69
69
endif ()
70
70
CPMAddPackage (
71
71
NAME range-v3
72
72
GITHUB_REPOSITORY ericniebler/range-v3
73
- GIT_TAG 97452bb3eb74a73fc86504421a6a27c92bce6b99
73
+ GIT_TAG 53c40dd628450c977ee1558285ff43e0613fa7a9
74
74
EXCLUDE_FROM_ALL YES
75
75
)
76
76
CPMAddPackage (
Original file line number Diff line number Diff line change 1
1
[wrap-git]
2
2
url = https://github.com/libcpr/cpr.git
3
- revision = 1.10.5
3
+ revision = 7cd69d2cc3105a3920da765e285d2a89d2247f0d
4
4
5
5
patch_directory = cpr
6
6
Original file line number Diff line number Diff line change 1
1
[wrap-git]
2
2
url = https://github.com/fmtlib/fmt.git
3
- revision = 10.1 .1
3
+ revision = 10.2 .1
4
4
5
5
patch_directory = fmt
6
6
Original file line number Diff line number Diff line change 1
1
[wrap-git]
2
2
url = https://github.com/ericniebler/range-v3.git
3
- revision = 97452bb3eb74a73fc86504421a6a27c92bce6b99
3
+ revision = 53c40dd628450c977ee1558285ff43e0613fa7a9
4
4
5
5
patch_directory = range-v3
6
6
Original file line number Diff line number Diff line change 1
1
[wrap-git]
2
2
url = https://github.com/Tencent/rapidjson.git
3
- revision = 973dc9c06dcd3d035ebd039cfb9ea457721ec213
3
+ revision = ab1842a2dae061284c0a62dca1cc6d5e7e37e346
4
4
5
5
patch_directory = rapidjson
6
6
Original file line number Diff line number Diff line change 1
1
[wrap-git]
2
2
url = https://github.com/gabime/spdlog.git
3
- revision = ac55e60488032b9acde8940a5de099541c4515da
3
+ revision = 62302019babd8fdf63c1c6dc4c9faa48d441a7f0
4
4
5
5
patch_directory = spdlog
6
6
Original file line number Diff line number Diff line change 1
1
[wrap-git]
2
2
url = https://github.com/marzer/tomlplusplus.git
3
- revision = d8fa9a1fddc90254cac2366dde23f0b613bc1280
3
+ revision = 1f7884e59165e517462f922e7b6de131bd9844f3
4
4
5
5
[provide]
6
6
tomlplusplus = tomlplusplus_dep
You can’t perform that action at this time.
0 commit comments