Skip to content

Commit 1b39b83

Browse files
ArthurSonzogniWSQS
authored andcommitted
Upgrade FTXUI version.
1 parent 455fc29 commit 1b39b83

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(FetchContent)
66
set(FETCHCONTENT_UPDATES_DISCONNECTED TRUE)
77
FetchContent_Declare(ftxui
88
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
9-
GIT_TAG 91c5954fe27eb020e2de422be53c5fe0c9c6cd6b
9+
GIT_TAG 21d746e8586a59a39ed5c73317812f17264e68d5
1010
)
1111

1212
FetchContent_GetProperties(ftxui)
@@ -31,7 +31,4 @@ target_link_libraries(ftxui-starter
3131
PRIVATE ftxui::component # Not needed for this example.
3232
)
3333

34-
# C++17 is used. We requires fold expressions at least.
35-
set_target_properties(ftxui-starter PROPERTIES CXX_STANDARD 17)
36-
3734
install(TARGETS ftxui-starter RUNTIME DESTINATION "bin")

0 commit comments

Comments
 (0)