From e85811ecf63ae92fe652a59914cc7e174ca137cf Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Mon, 20 Dec 2021 02:03:21 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20update=20spdlog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- subprojects/spdlog.wrap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b8e852..8c44c92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ FetchContent_Declare(ftxui ) FetchContent_Declare(spdlog GIT_REPOSITORY "https://github.com/gabime/spdlog.git" - GIT_TAG "v1.9.2" + GIT_TAG "cc30229abb1e22ebe1f8657de4011a53db7bd6ac" ) FetchContent_Declare(fmt GIT_REPOSITORY "https://github.com/fmtlib/fmt.git" diff --git a/subprojects/spdlog.wrap b/subprojects/spdlog.wrap index 47607ea..6c73da2 100644 --- a/subprojects/spdlog.wrap +++ b/subprojects/spdlog.wrap @@ -1,6 +1,6 @@ [wrap-git] -url = https://github.com/vnepogodin/spdlog.git -revision = patch-1 +url = https://github.com/gabime/spdlog.git +revision = cc30229abb1e22ebe1f8657de4011a53db7bd6ac patch_directory = spdlog