mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-21 11:08:09 +08:00
Support the -pedantic flag.
This commit is contained in:
@@ -76,7 +76,7 @@ foreach(lib screen dom component)
|
||||
PRIVATE src
|
||||
)
|
||||
target_compile_features(${lib} PUBLIC cxx_std_17)
|
||||
target_compile_options(${lib} PRIVATE -Wall -Werror -Wextra)
|
||||
target_compile_options(${lib} PRIVATE -Wall -Werror -pedantic -Wextra)
|
||||
endforeach()
|
||||
|
||||
if(FTXUI_ENABLE_INSTALL)
|
||||
|
Reference in New Issue
Block a user