Update cmake/utils.cmake

momo5502 suggestion

Co-authored-by: Maurice Heumann <MauriceHeumann@gmail.com>
This commit is contained in:
João Lucas de Oliveira Lopes
2025-04-09 11:27:12 -03:00
committed by GitHub
parent ac76a3ffd3
commit 0e45cc4d66

View File

@@ -323,7 +323,7 @@ function(momo_strip_target target)
return()
endif()
if(MSVC)
if(MSVC OR MOMO_ENABLE_SANITIZER)
return()
endif()