mirror of https://github.com/qt/qt5.git
Fix the typo in list(APPEND command
Amends13a7e25f5d
Change-Id: I52f0990c1b956a8a1c9315e02114e429548bd2d2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commitb1a9c94a19
)
This commit is contained in:
parent
aec2d4e2e1
commit
a5533df262
|
@ -175,7 +175,7 @@ function(qt_internal_resolve_module_dependencies module out_ordered out_revision
|
|||
|
||||
set(extra_options "")
|
||||
if(arg_SKIP_MODULES)
|
||||
list(extra_options APPEND SKIP_MODULES ${arg_SKIP_MODULES})
|
||||
list(APPEND extra_options SKIP_MODULES ${arg_SKIP_MODULES})
|
||||
endif()
|
||||
|
||||
qt_internal_resolve_module_dependencies(${dependency} dep_ordered dep_revisions
|
||||
|
|
Loading…
Reference in New Issue