summaryrefslogtreecommitdiffstats
path: root/cmake/QtProcessConfigureArgs.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-10-29 11:34:32 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-10-30 08:22:30 +0100
commit2a29426e3915ecc7fa5b4cbb06c7565c40ca2ec6 (patch)
tree95ca992725cbea7f42592992b486e53b119c3c02 /cmake/QtProcessConfigureArgs.cmake
parentde3bd644259b134d68414dcb8479f66f2f39fe70 (diff)
CMake: Fix argument passing for configure.bat / qt-configure-module.bat
Passing arguments with equal signs was broken for configure.bat and qt-configure-module.bat. An argument FOO=BAR was split at = and written as FOO BAR to config.opt, breaking every attempt of assigning CMake variables. We must not iterate over %* in batch files to avoid splitting arguments at equal signs. Instead, pass %* unmodified to a CMake script that writes config.opt. Fixes: QTBUG-88019 Change-Id: I7c743a206961d1ed168f2313f864905f6b345b49 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtProcessConfigureArgs.cmake')
0 files changed, 0 insertions, 0 deletions