Open
Description
- I've read Brief overview section and do understand basic concepts. Yes
- I've read F.A.Q. section and haven't found an answer to my question. Yes
- I've read Code of Conduct, I promise to be polite and will do my best at being constructive. Yes
CMake 3.24 introduced the concept of Dependency Providers. It seems like a more standard and less intrusive way to inject dependencies that doesn't require hunter_add_package(). I was wondering what are the developers' thoughts on that feature and potentially offering a Hunter dependency provider to streamline Hunter usage in a CMake project with dependencies.