CMake: Fix assignment in internal_get_build_vars_for_external_projects
The check and variable name were incorrect after a refactoring.
Amends ba96238600
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>
bb10
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…
Reference in New Issue