From 8154d57946b41f60e1650e6f0eb1c8ee234967cc Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sun, 27 Mar 2022 15:26:56 +0400 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20=20update=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++-- src/widgets.cpp | 2 +- subprojects/fmt.wrap | 2 +- subprojects/spdlog.wrap | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 748d70d..3ca57e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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( diff --git a/src/widgets.cpp b/src/widgets.cpp index 7d7d4db..eac4a2a 100644 --- a/src/widgets.cpp +++ b/src/widgets.cpp @@ -134,7 +134,7 @@ std::vector from_checklist_vector(const std::vector& 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, [&] { diff --git a/subprojects/fmt.wrap b/subprojects/fmt.wrap index b03c4db..29a3ddc 100644 --- a/subprojects/fmt.wrap +++ b/subprojects/fmt.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/fmtlib/fmt.git -revision = 8271e43e5e8ddef3e6cd00609da8025b5936b262 +revision = e2408f37c8f7301a1e5d32364675d0077ad09559 patch_directory = fmt diff --git a/subprojects/spdlog.wrap b/subprojects/spdlog.wrap index fa038d6..61e1db4 100644 --- a/subprojects/spdlog.wrap +++ b/subprojects/spdlog.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/gabime/spdlog.git -revision = b1478d98f017f3a7644e6e3a16fab6a47a5c26ba +revision = a49456f7f21fb802c1000fd79ef05911aa2101b7 patch_directory = spdlog