Skip to content

Set PACKAGES always to parent scope

Benjamin Paul Jaeger requested to merge fix-not-working-parent-scope-query into master

Release notes

Set PACKAGES always to parent scope in CMakeLists file

Details

The PACKAGES_STR wasn't picked up by QFramewok since the query whether PARENT_SCOPE exists was not working. After quick investigations it seems to be safe to always set the PACKAGES to the parent scope (as was a few commits ago), such that they are picked up by QFramework again.

Merge request reports