♻ update dependencies

This commit is contained in:
Vladislav Nepogodin 2022-02-21 04:20:48 +04:00
parent 3131a44da1
commit e7cddf5f13
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
3 changed files with 4 additions and 4 deletions

View File

@ -38,13 +38,13 @@ CPMAddPackage(
CPMAddPackage(
NAME fmt
GITHUB_REPOSITORY fmtlib/fmt
GIT_TAG a44716f58e943905d1357160b98cae2618d053cf
GIT_TAG 70dc3de053b6814c023faebbd21525aab575d25d
EXCLUDE_FROM_ALL YES
)
CPMAddPackage(
NAME spdlog
GITHUB_REPOSITORY gabime/spdlog
GIT_TAG 8fb112158a64afe1bd58c82c06bf6a142c9b3823
GIT_TAG 2f2d04b3e840428a18942ca2d3d65203ec564647
EXCLUDE_FROM_ALL YES
)
CPMAddPackage(

View File

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

View File

@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/gabime/spdlog.git
revision = 729d7f6d8837b6693e7b378408518ea1710f80cb
revision = 2f2d04b3e840428a18942ca2d3d65203ec564647
patch_directory = spdlog