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

Properly declare googletest dependency #268

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

chiphogg
Copy link
Contributor

This lets us support installing the library to the system, and then
using it via find_package().

To test this, I ran sudo cmake --install cmake/build, observed that it
completed with no errors, and then made a new CMake package that simply
used find_package(Au). Everything worked!

Helps #215.

This lets us support installing the library to the system, and then
using it via `find_package()`.

To test this, I ran `sudo cmake --install cmake/build`, observed that it
completed with no errors, and then made a new CMake package that simply
used `find_package(Au)`.  Everything worked!

Helps #215.
@chiphogg chiphogg added the release notes: ⚙️ repo PR affecting the way the repository works label Jul 22, 2024
@chiphogg chiphogg requested a review from geoffviola July 22, 2024 14:04
Copy link
Contributor

@geoffviola geoffviola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. Supporting find_package is great!

@chiphogg chiphogg merged commit bc932d9 into main Jul 22, 2024
11 checks passed
@chiphogg chiphogg deleted the chiphogg/support-find-package#215 branch July 22, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: ⚙️ repo PR affecting the way the repository works
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants