From 10e7a5e4420d83d55056915b31578e3418e47837 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Wed, 15 May 2024 20:00:53 -0500 Subject: [PATCH] Fix again --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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-> )