diff --git a/CMakeLists.txt b/CMakeLists.txt index bbc0e9d..dca8592 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -240,8 +240,8 @@ target_include_directories( target_compile_options( ${target_name} PRIVATE - $<$>:-Wall -Wextra -Werror=return-type -Wundef -Wmaybe-uninitialized> - $<$:-Wuseless-cast> + $<$>:-Wall -Wextra -Werror=return-type -Wundef> + $<$:-Wuseless-cast -Wmaybe-uninitialized> $<$:/W4 /WX /permissive-> )