From 18357033b498c3447e408a4aede8e1c7051e06ee Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 9 Oct 2020 16:14:50 +0200 Subject: CMake: Fix the -sanitize configure option This needs to map to ECM_ENABLE_SANITIZERS. Fixes: QTBUG-87316 Change-Id: I9e983728af0ba69fd428944e647f0afae8c61772 Reviewed-by: Alexandru Croitor --- qt_cmdline.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'qt_cmdline.cmake') diff --git a/qt_cmdline.cmake b/qt_cmdline.cmake index 3a0d427511..c853d98c48 100644 --- a/qt_cmdline.cmake +++ b/qt_cmdline.cmake @@ -191,5 +191,6 @@ function(qt_commandline_sanitize arg val nextok) else() qtConfAddError("Invalid argument '${val}' to command line parameter '${arg}'") endif() + qtConfCommandlineAppendInput(sanitize "${val}") endfunction() # special case end -- cgit v1.2.3