diff --git a/cmake/QuillUtils.cmake b/cmake/QuillUtils.cmake index 3cf1efea..c2e9391e 100644 --- a/cmake/QuillUtils.cmake +++ b/cmake/QuillUtils.cmake @@ -35,6 +35,7 @@ function(set_common_compile_options target_name) target_compile_options(${target_name} ${COMPILE_OPTIONS_VISIBILITY} $<$,$,$>: -Wall -Wextra -pedantic -Werror -Wredundant-decls> + $<$,$,17>>:-Wno-c++20-extensions>> $<$:/bigobj /WX /W4 /wd4324 /wd4996>) if (QUILL_NO_EXCEPTIONS)