-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
libpng find_package broken #7968
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Comments
cbezault
added
the
category:port-bug
The issue is with a library, which is something the port should already support
label
Aug 29, 2019
Ah right, if that is the case, should the |
The message is auto-generated by vcpkg when config files are detected, in this case it can be overridden by providing a However, once the PR is merged both |
vicroms
added a commit
that referenced
this issue
Aug 30, 2019
malfrancis
pushed a commit
to moja-global/vcpkg
that referenced
this issue
Sep 10, 2019
…t#7972) * Fix find_package(libpng CONFIG) * Fix typos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Describe the bug
When installing libpng and attempting to use through cmake, I get the error in the log section below.
Package installed correctly and I followed the instructions it gave:
Environment
To Reproduce
Steps to reproduce the behavior:
find_package(libpng CONFIG REQUIRED)
Expected behavior
I should be able to find libpng with
find_package
Failure logs
Additional context
vcpkg folder
installed/x64-linux/share/libpng
contains the following files:Renaming to:
lets cmake find the package as expected.
The text was updated successfully, but these errors were encountered: