Fix the '-submodules' argument to 'BUILD_' argument transformation
Ensure the coma-separated argument is transformed to CMake list properly. Amends 7c8bab37bb792086f38d704f37bc8b712311d0f7 Pick-to: 6.8 Task-number: QTBUG-122954 Change-Id: I082ad2c9c964c66feee3a8deff55ae137adafe8b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
fcdce53b89
commit
9b5e0b581f
@ -117,7 +117,7 @@ function(qt_ir_get_args_from_optfile_configure_filtered optfile_path out_var)
|
||||
if(submodules)
|
||||
qt_ir_get_top_level_submodules(include_submodules exclude_submodules)
|
||||
if(NOT include_submodules AND arg_ALREADY_INITIALIZED)
|
||||
set(include_submodules "${submodules}")
|
||||
string(REPLACE "," ";" include_submodules "${submodules}")
|
||||
endif()
|
||||
|
||||
# qtrepotools is always implicitly cloned, but it doesn't actually
|
||||
|
Loading…
x
Reference in New Issue
Block a user