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

CMake modernization and warning suppression #2569

Merged
merged 1 commit into from
Apr 27, 2020

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Apr 26, 2020

We were getting warnings from newer cmake versions in cases where we
had modules named FindFoo.cmake, but the "found" variable was FOO_FOUND
(instead of matching the module/package name with Foo_FOUND).

Clean that up, as well as imposing a few more namespaced imports to
change to a more modern notation.

We were getting warnings from newer cmake versions in cases where we
had modules named FindFoo.cmake, but the "found" variable was FOO_FOUND
(instead of matching the module/package name with Foo_FOUND).

Clean that up, as well as imposing a few more namespaced imports to
change to a more modern notation.
@lgritz lgritz merged commit 74066a6 into AcademySoftwareFoundation:master Apr 27, 2020
@lgritz lgritz deleted the lg-cmake branch April 27, 2020 16:42
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.

None yet

1 participant