diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dc5e93..9a5bb26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -244,7 +244,7 @@ function(add_warning_flags name) $<$:-Wsign-conversion -Wconversion>) target_link_options(${name} PRIVATE $<$:-Wl,--no-undefined> - $<$:$<${ci_or_debug}:/DEBUG>>) + $<$:$<${ci_or_debug}:/DEBUG>>) endfunction()