Skip to content

Commit 00c66c4

Browse files
PritK99SAtacker
authored andcommitted
Changing cxx standard back to 17
Signed-off-by: PritK99 <pritpjk@gmail.com>
1 parent 2e454e3 commit 00c66c4

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 20)
9-
set(CMAKE_CXX_STANDARD 20)
8+
set(CMAKE_CXX_STANDARD_REQUIRED 17)
9+
set(CMAKE_CXX_STANDARD 17)
1010
set(CMAKE_BUILD_TYPE Debug)
1111

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

0 commit comments

Comments
 (0)