Pango package does not have a .cmake file to find via find_package
#17225
Labels
category:port-feature
The issue is with a library, which is requesting new capabilities that didn’t exist
Describe the bug
The Pango package can be built and installed just fine. But it has no
pango-config.cmake
package file. As such,find_package
cannot include it. And pursuant to issue #6045, an installed package should be accessible viafind_package
.Environment
To Reproduce
Steps to reproduce the behavior:
find_package(pango CONFIG REQUIRED)
Expected behavior
The package should be included.
Failure logs
The text was updated successfully, but these errors were encountered: