summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-08-21 09:30:31 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-08-23 11:04:38 +0200
commitc8fda317ea12914ee51c20fe8bd256454cdb6cfe (patch)
treed55eb99cba3a6b4f6bac2a287ffb67772868c03f /configure.cmake
parente66f5e491e1a47a49f2a8823d04ef83aa6ef7744 (diff)
CMake: Fix configure setting superfluous features
Command line options like -debug result in setting the variable INPUT_debug. INPUT_debug is mapped to the CMake argument -DCMAKE_BUILD_TYPE=Debug. INPUT_debug also matches the feature 'debug', and the CMake argument -DFEATURE_debug=ON was passed. Do not pass -DFEATURE_xxx CMake arguments for inputs that are already handled. Change-Id: If096dff1c6dd694545c6f671f5f3512a43c3ec50 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'configure.cmake')
0 files changed, 0 insertions, 0 deletions