Open
Description
A lot of modern libraries now ship their own cmake config files, this reduces finding the package to pretty much just:
set(foo_DIR "path/to/foo/lib/cmake/foo")
find_package(foo
CONFIG
REQUIRED
)
Has this ever been considered for zlib? Happy to raise a PR if so.
Metadata
Assignees
Labels
No labels