♻ update deps

This commit is contained in:
Vladislav Nepogodin 2024-04-30 13:05:58 +04:00
parent 125e57436b
commit 8ffeab0372
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
7 changed files with 12 additions and 12 deletions

View File

@ -38,39 +38,39 @@ CPMAddPackage(
CPMAddPackage(
NAME fmt
GITHUB_REPOSITORY fmtlib/fmt
GIT_TAG 10.1.1
GIT_TAG 10.2.1
EXCLUDE_FROM_ALL YES
)
CPMAddPackage(
NAME tomlplusplus
GITHUB_REPOSITORY marzer/tomlplusplus
GIT_TAG d8fa9a1fddc90254cac2366dde23f0b613bc1280
GIT_TAG 1f7884e59165e517462f922e7b6de131bd9844f3
EXCLUDE_FROM_ALL YES
)
CPMAddPackage(
NAME spdlog
GITHUB_REPOSITORY gabime/spdlog
GIT_TAG ac55e60488032b9acde8940a5de099541c4515da
GIT_TAG 62302019babd8fdf63c1c6dc4c9faa48d441a7f0
EXCLUDE_FROM_ALL YES
)
CPMAddPackage(
NAME rapidjson
GITHUB_REPOSITORY Tencent/rapidjson
GIT_TAG f9d53419e912910fd8fa57d5705fa41425428c35
GIT_TAG ab1842a2dae061284c0a62dca1cc6d5e7e37e346
EXCLUDE_FROM_ALL YES
)
if(NOT ENABLE_DEVENV)
CPMAddPackage(
NAME cpr
GITHUB_REPOSITORY libcpr/cpr
GIT_TAG 67e2a4d2a76ed520e352f10e651a6f98e220dbd7
GIT_TAG 7cd69d2cc3105a3920da765e285d2a89d2247f0d
EXCLUDE_FROM_ALL YES
)
endif()
CPMAddPackage(
NAME range-v3
GITHUB_REPOSITORY ericniebler/range-v3
GIT_TAG 97452bb3eb74a73fc86504421a6a27c92bce6b99
GIT_TAG 53c40dd628450c977ee1558285ff43e0613fa7a9
EXCLUDE_FROM_ALL YES
)
CPMAddPackage(

View File

@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/libcpr/cpr.git
revision = 1.10.5
revision = 7cd69d2cc3105a3920da765e285d2a89d2247f0d
patch_directory = cpr

View File

@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/fmtlib/fmt.git
revision = 10.1.1
revision = 10.2.1
patch_directory = fmt

View File

@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/ericniebler/range-v3.git
revision = 97452bb3eb74a73fc86504421a6a27c92bce6b99
revision = 53c40dd628450c977ee1558285ff43e0613fa7a9
patch_directory = range-v3

View File

@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/Tencent/rapidjson.git
revision = 973dc9c06dcd3d035ebd039cfb9ea457721ec213
revision = ab1842a2dae061284c0a62dca1cc6d5e7e37e346
patch_directory = rapidjson

View File

@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/gabime/spdlog.git
revision = ac55e60488032b9acde8940a5de099541c4515da
revision = 62302019babd8fdf63c1c6dc4c9faa48d441a7f0
patch_directory = spdlog

View File

@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/marzer/tomlplusplus.git
revision = d8fa9a1fddc90254cac2366dde23f0b613bc1280
revision = 1f7884e59165e517462f922e7b6de131bd9844f3
[provide]
tomlplusplus = tomlplusplus_dep