Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When downgrading from minimum cmake 3.24 to 3.22 I forgot to remove the newly added 'GLOBAL' specifier in find_package. This breaks find_package calls on cmake 3.22 Packages that needed a promotion to IMPORTED_GLOBAL are now promoted manually with set_properties.
- Loading branch information