From 02fb45675809d735fdd659019187318fbf9bcfb0 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Tue, 11 Jan 2022 03:18:19 +0400 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20=20change=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- subprojects/ftxui.wrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d73db97..9c80a1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ pkg_check_modules( FetchContent_Declare(ftxui GIT_REPOSITORY "https://github.com/vnepogodin/ftxui.git" - GIT_TAG "constexpr" + GIT_TAG "c++20" ) FetchContent_Declare(fmt GIT_REPOSITORY "https://github.com/fmtlib/fmt.git" diff --git a/subprojects/ftxui.wrap b/subprojects/ftxui.wrap index ce6bba0..a8c1de0 100644 --- a/subprojects/ftxui.wrap +++ b/subprojects/ftxui.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/vnepogodin/ftxui.git -revision = constexpr +revision = c++20 patch_directory = ftxui