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

checking for dependent libraries should happen in each utility #472

Open
edwardhartnett opened this issue Apr 28, 2021 · 0 comments
Open
Assignees
Labels

Comments

@edwardhartnett
Copy link
Collaborator

We check for dependent libraries and their versions at the top level CMake file.

Actually, each utility should check for the dependencies that it needs. The top-level shouldn't have to check anything.

This would be preferable when, for example we remove a utility - then the dependency automatically will go away as well.

We can do this after the 1.3.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants