diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b8546f..61870a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ target_compile_features(common-compile-settings INTERFACE cxx_std_${TRITON_MIN_C target_compile_options(common-compile-settings INTERFACE $<$,$,$>: - -Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror> + -Wall -Wextra -Wno-unused-parameter -Wno-type-limits> $<$:/W0 /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor> )