♻ update deps

This commit is contained in:
Vladislav Nepogodin 2022-03-27 15:26:56 +04:00
parent 5033d87c7f
commit 8154d57946
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
4 changed files with 5 additions and 5 deletions

View File

@ -38,13 +38,13 @@ CPMAddPackage(
CPMAddPackage(
NAME fmt
GITHUB_REPOSITORY fmtlib/fmt
GIT_TAG 8271e43e5e8ddef3e6cd00609da8025b5936b262
GIT_TAG e2408f37c8f7301a1e5d32364675d0077ad09559
EXCLUDE_FROM_ALL YES
)
CPMAddPackage(
NAME spdlog
GITHUB_REPOSITORY gabime/spdlog
GIT_TAG b1478d98f017f3a7644e6e3a16fab6a47a5c26ba
GIT_TAG a49456f7f21fb802c1000fd79ef05911aa2101b7
EXCLUDE_FROM_ALL YES
)
CPMAddPackage(

View File

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

View File

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