♻ update deps

This commit is contained in:
Vladislav Nepogodin 2022-06-03 21:44:15 +04:00
parent 80e2f74ae2
commit 224168ac63
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
5 changed files with 9 additions and 9 deletions

View File

@ -38,32 +38,32 @@ CPMAddPackage(
CPMAddPackage( CPMAddPackage(
NAME fmt NAME fmt
GITHUB_REPOSITORY fmtlib/fmt GITHUB_REPOSITORY fmtlib/fmt
GIT_TAG e2408f37c8f7301a1e5d32364675d0077ad09559 GIT_TAG 864465419079791bf61bcf51e633cab6e6be71bb
EXCLUDE_FROM_ALL YES EXCLUDE_FROM_ALL YES
) )
CPMAddPackage( CPMAddPackage(
NAME spdlog NAME spdlog
GITHUB_REPOSITORY gabime/spdlog GITHUB_REPOSITORY gabime/spdlog
GIT_TAG a49456f7f21fb802c1000fd79ef05911aa2101b7 GIT_TAG 298a200f69d66114adde2d5d8ad34f2cce5a5b69
EXCLUDE_FROM_ALL YES EXCLUDE_FROM_ALL YES
) )
CPMAddPackage( CPMAddPackage(
NAME simdjson NAME simdjson
GITHUB_REPOSITORY simdjson/simdjson GITHUB_REPOSITORY simdjson/simdjson
GIT_TAG 6698eb96b99576b8d53f8d90c9023717379e1c0f GIT_TAG fbe955e9a449c6bbeae69aacfa995795f2100791
EXCLUDE_FROM_ALL YES EXCLUDE_FROM_ALL YES
) )
CPMAddPackage( CPMAddPackage(
NAME cpr NAME cpr
GITHUB_REPOSITORY libcpr/cpr GITHUB_REPOSITORY libcpr/cpr
GIT_TAG da381bb2afe4e36b18b1fe206bc06951d8fdc06e GIT_TAG 2157a3126c2ef1b76f339dedd6d7585e39651512
EXCLUDE_FROM_ALL YES EXCLUDE_FROM_ALL YES
) )
if(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang") if(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang")
CPMAddPackage( CPMAddPackage(
NAME range-v3 NAME range-v3
GITHUB_REPOSITORY ericniebler/range-v3 GITHUB_REPOSITORY ericniebler/range-v3
GIT_TAG d800a032132512a54c291ce55a2a43e0460591c7 GIT_TAG 0fa54d7de5dc00655e38a08e87cda61f7aa6d5b9
EXCLUDE_FROM_ALL YES EXCLUDE_FROM_ALL YES
) )
endif() endif()

View File

@ -1,6 +1,6 @@
[wrap-git] [wrap-git]
url = https://github.com/libcpr/cpr.git url = https://github.com/libcpr/cpr.git
revision = 9b2bda734dffdd76096e1364290c58fe3a30c59a revision = 2157a3126c2ef1b76f339dedd6d7585e39651512
patch_directory = cpr patch_directory = cpr

View File

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

View File

@ -1,6 +1,6 @@
[wrap-git] [wrap-git]
url = https://github.com/simdjson/simdjson.git url = https://github.com/simdjson/simdjson.git
revision = 5beef701e741f23de450fc120a30b87fa0a0cec8 revision = fbe955e9a449c6bbeae69aacfa995795f2100791
patch_directory = simdjson patch_directory = simdjson

View File

@ -1,6 +1,6 @@
[wrap-git] [wrap-git]
url = https://github.com/gabime/spdlog.git url = https://github.com/gabime/spdlog.git
revision = a49456f7f21fb802c1000fd79ef05911aa2101b7 revision = 298a200f69d66114adde2d5d8ad34f2cce5a5b69
patch_directory = spdlog patch_directory = spdlog