diff --git a/CMakeLists.txt b/CMakeLists.txt index b7768bd..a16fa44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -pedantic -Wextra) + target_compile_options(${lib} PRIVATE -Wall -Werror -pedantic -Wextra -Wno-sign-compare) endforeach() if(FTXUI_ENABLE_INSTALL)