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

Require config packages in CMake. #49

Merged
merged 1 commit into from
Dec 20, 2019

Conversation

DanAlbert
Copy link
Member

If the system has a Find$DEP.cmake available, CMake might prefer that
definition to ours. It almost certainly won't contain libraries for
Android, and it may not even expose the same interface. It may not
necessarily find any libraries at all.

Enforce that a config-style package is loaded rather than the
module-style package (see
https://cmake.org/cmake/help/latest/command/find_package.html).

/gcbrun

If the system has a Find$DEP.cmake available, CMake might prefer that
definition to ours. It almost certainly won't contain libraries for
Android, and it may not even expose the same interface. It may not
necessarily find *any* libraries at all.

Enforce that a config-style package is loaded rather than the
module-style package (see
https://cmake.org/cmake/help/latest/command/find_package.html).
@DanAlbert DanAlbert added this to the 1.0 milestone Dec 20, 2019
@DanAlbert DanAlbert merged commit a6618ae into google:master Dec 20, 2019
@DanAlbert DanAlbert deleted the fix-cmake-plugin-config branch December 20, 2019 20:45
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.

2 participants