♻ 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

@ -134,7 +134,7 @@ std::vector<std::string> from_checklist_vector(const std::vector<std::string>& o
void msgbox_widget(const std::string_view& content, Decorator boxsize) noexcept {
auto screen = ScreenInteractive::Fullscreen();
/* clang-format off */
auto button_back = Button("OK", screen.ExitLoopClosure(), ButtonOption::WithoutBorder());
auto button_back = Button("OK", screen.ExitLoopClosure(), ButtonOption::WithoutBorder());
auto container = Container::Horizontal({button_back});
auto renderer = Renderer(container, [&] {

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