Skip to content

Use PACKAGE_CMAKE_INSTALL_PREFIX before any find_dependency() calls

Those can change the content of PACKAGE_CMAKE_INSTALL_PREFIX, and thus result in a wrong value of PlasmaQuick_INCLUDE_DIR. Happens with Qt6 and breaks the build for consumers due to a non-existent path.

Merge request reports