Remove _qt_internal_find_dependencies
Clean up the dead code according to TODO statement. Pick-to: 6.8 6.9 Change-Id: I9bdf10067d3a1324d584cebc51cf4555f00f717a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
08320bfe2b
commit
6443528902
@ -153,15 +153,6 @@ macro(_qt_internal_find_qt_dependencies target target_dep_list find_dependency_p
|
|||||||
endforeach()
|
endforeach()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
|
||||||
# TODO: Remove once a dependency update completes and most developers have the Dependencies.cmake
|
|
||||||
# files updated in their builds.
|
|
||||||
# The name is too generic, it doesn't look for any kind of dependencies but only Qt package
|
|
||||||
# dependencies.
|
|
||||||
macro(_qt_internal_find_dependencies target_dep_list find_dependency_path_list)
|
|
||||||
_qt_internal_find_qt_dependencies("none" "${target_dep_list}" "${find_dependency_path_list}")
|
|
||||||
endmacro()
|
|
||||||
|
|
||||||
# If a dependency package was not found, provide some hints in the error message on how to debug
|
# If a dependency package was not found, provide some hints in the error message on how to debug
|
||||||
# the issue.
|
# the issue.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user