Skip to content

cmake config files #1009

Open
Open
@imrichardcole

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions