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