CMake: Fix assignment in internal_get_build_vars_for_external_projects
The check and variable name were incorrect after a refactoring. Amends ba9623860056cbb75e426e27905f9c29b687cefa Pick-to: 6.6 6.7 Task-number: QTBUG-84884 Task-number: QTBUG-90820 Change-Id: I33b6b81695a6352c7869ef6186e00881b47bd6f3 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
375f386930
commit
aacc31815d
@ -59,8 +59,8 @@ function(_qt_internal_get_build_vars_for_external_projects)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(arg_CMAKE_DIR)
|
||||
set("${arg_CMAKE_DIR}" "${qt_cmake_dir}" PARENT_SCOPE)
|
||||
if(arg_CMAKE_DIR_VAR)
|
||||
set("${arg_CMAKE_DIR_VAR}" "${qt_cmake_dir}" PARENT_SCOPE)
|
||||
endif()
|
||||
if(arg_PREFIXES_VAR)
|
||||
set("${arg_PREFIXES_VAR}" "${qt_prefixes}" PARENT_SCOPE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user