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

Add support for CMake's find_package() #76

Open
claremacrae opened this issue Jan 2, 2020 · 2 comments
Open

Add support for CMake's find_package() #76

claremacrae opened this issue Jan 2, 2020 · 2 comments
Labels
enhancement infrastructure CMake, Builds, CI, and similar on_hold

Comments

@claremacrae
Copy link
Collaborator

This was mentioned in #75 - and will provide another nice way of making ApprovalTests available to users...

@claremacrae claremacrae added enhancement infrastructure CMake, Builds, CI, and similar labels Jan 2, 2020
@claremacrae
Copy link
Collaborator Author

This from 2016 may be useful
https://foonathan.net/2016/03/cmake-install/

@1fabrism
Copy link

Hello. I'm just a beginner, but as I am learning CMake I came across this page which recommends favoring cmake config files instead of find_package:

If you are the library author, don't make a Find.cmake script! These were designed for libraries whose authors did not support CMake. Use a Config.cmake instead as listed below.

I hope this is helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement infrastructure CMake, Builds, CI, and similar on_hold
Projects
None yet
Development

No branches or pull requests

3 participants