From 7fab278fcd42dd1f2d748f0f9538679801955e5d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 6 Sep 2021 08:33:38 +0200 Subject: cmake: Fix option --sanitize-address Fix the macro name, amending 4d63dfffb661115f58cca60c80c4649ba982e01b. Task-number: PYSIDE-1655 Task-number: PYSIDE-1033 Change-Id: I2d86806dda51091cecebfa4b90ce7d5582b7b197 Reviewed-by: Cristian Maureira-Fredes (cherry picked from commit cc7da649aff335ad86c669e3ccb0185738e9d9ae) Reviewed-by: Qt Cherry-pick Bot --- sources/shiboken6/data/shiboken_helpers.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/shiboken6/data/shiboken_helpers.cmake b/sources/shiboken6/data/shiboken_helpers.cmake index 7b81abb65..4b74f4f9b 100644 --- a/sources/shiboken6/data/shiboken_helpers.cmake +++ b/sources/shiboken6/data/shiboken_helpers.cmake @@ -29,7 +29,7 @@ macro(set_debug_build) endif() endmacro() -macro(setup_sanitize_address) +macro(set_sanitize_address) # Currently this does not check that the clang / gcc version used supports Address sanitizer, # so once again, use at your own risk. add_compile_options("-fsanitize=address" "-g" "-fno-omit-frame-pointer") -- cgit v1.2.3