Skip to content

Commit 2e454e3

Browse files
committed
Change required CXX version to 20
Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>
1 parent 55c0d18 commit 2e454e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ project(quick-ftxui
55
)
66

77
find_package(Boost REQUIRED COMPONENTS regex)
8-
set(CMAKE_CXX_STANDARD_REQUIRED 17)
9-
set(CMAKE_CXX_STANDARD 17)
8+
set(CMAKE_CXX_STANDARD_REQUIRED 20)
9+
set(CMAKE_CXX_STANDARD 20)
1010
set(CMAKE_BUILD_TYPE Debug)
1111

1212
# --- Fetch FTXUI --------------------------------------------------------------

0 commit comments

Comments
 (0)