Release v4.0.0

This commit is contained in:
ArthurSonzogni
2023-02-12 14:09:47 +01:00
parent 3e35f45830
commit d301fab1f4
6 changed files with 13 additions and 8 deletions

View File

@@ -44,7 +44,6 @@ function(ftxui_set_options library)
)
# C++17 is used. We require fold expression at least.
target_compile_features(${library} PUBLIC cxx_std_20)
set_target_properties(${library} PROPERTIES
CXX_STANDARD 17
CXX_EXTENSIONS OFF