Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cmake for cmake 3.22 #1304

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

Ozaq
Copy link
Contributor

@Ozaq Ozaq commented Jan 2, 2024

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.

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.
@Ozaq Ozaq merged commit 494d511 into PedestrianDynamics:master Jan 2, 2024
28 checks passed
@Ozaq Ozaq deleted the fix-configure-with-cmake-3.22 branch January 2, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant