Add missing argument to list(APPEND in __qt_internal_get_tool_imported_location
Amends f9e48854af
Pick-to: 6.4
Change-Id: Iea525c70cca9873c0f3d96967af6cd95d57cac9b
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
80f8e380db
commit
4d7ba44e4d
@ -22,7 +22,7 @@ function(__qt_internal_get_tool_imported_location out_var tool)
|
||||
get_target_property(configs ${target} IMPORTED_CONFIGURATIONS)
|
||||
list(TRANSFORM configs PREPEND _)
|
||||
# Well-known configuration types
|
||||
list(APPEND
|
||||
list(APPEND configs
|
||||
_RELWITHDEBINFO
|
||||
_RELEASE
|
||||
_MINSIZEREL
|
||||
|
Loading…
Reference in New Issue
Block a user