summaryrefslogtreecommitdiffstats
path: root/qt_cmdline.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-10-09 16:14:50 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-10-12 13:57:56 +0200
commit18357033b498c3447e408a4aede8e1c7051e06ee (patch)
tree5e7a25845c20409b723b207a0bd441629928e00b /qt_cmdline.cmake
parent7643295c12f1577c9770ff707c85fc6738ccf62b (diff)
CMake: Fix the -sanitize configure option
This needs to map to ECM_ENABLE_SANITIZERS. Fixes: QTBUG-87316 Change-Id: I9e983728af0ba69fd428944e647f0afae8c61772 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'qt_cmdline.cmake')
-rw-r--r--qt_cmdline.cmake1
1 files changed, 1 insertions, 0 deletions
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