We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455fc29 commit 1b39b83Copy full SHA for 1b39b83
CMakeLists.txt
@@ -6,7 +6,7 @@ include(FetchContent)
6
set(FETCHCONTENT_UPDATES_DISCONNECTED TRUE)
7
FetchContent_Declare(ftxui
8
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
9
- GIT_TAG 91c5954fe27eb020e2de422be53c5fe0c9c6cd6b
+ GIT_TAG 21d746e8586a59a39ed5c73317812f17264e68d5
10
)
11
12
FetchContent_GetProperties(ftxui)
@@ -31,7 +31,4 @@ target_link_libraries(ftxui-starter
31
PRIVATE ftxui::component # Not needed for this example.
32
33
34
-# C++17 is used. We requires fold expressions at least.
35
-set_target_properties(ftxui-starter PROPERTIES CXX_STANDARD 17)
36
-
37
install(TARGETS ftxui-starter RUNTIME DESTINATION "bin")
0 commit comments