diff --git a/utils.cmake b/utils.cmake index d6e6b31..c7b3e54 100644 --- a/utils.cmake +++ b/utils.cmake @@ -581,7 +581,7 @@ function(setup_compile_params) $<$>:-mguard=cf> ) target_link_options(${__target} PRIVATE - $<$>:-Wl,-mguard=cf> # TODO: Do we need "-Wl," here? + $<$>:-mguard=cf> ) elseif(APPLE OR (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")) target_compile_options(${__target} PRIVATE