[vcpkg baseline][qca] Re-fix find pkgconfig using FindPkgConfig.cmake#14110
Merged
BillyONeal merged 1 commit intomicrosoft:masterfrom Oct 19, 2020
Merged
Conversation
PhoebeHui
approved these changes
Oct 19, 2020
JackBoosY
commented
Oct 19, 2020
| SHA512 d9aada8107eac9ada197d0b1e9040cd3707de7f5838c90bca80321e8eb35931f520635800bea0e2aafeca7fafb08b8e4752d5c6c2d6b1a5d5b4e3225d7818aa6 | ||
| ) | ||
| vcpkg_download_distfile(ARCHIVE_PKGHSA | ||
| URLS "https://gitlab.kitware.com/cmake/cmake/-/raw/ab8bd48352df060c4ead210fe30dc4736646206b/Modules/FindPackageHandleStandardArgs.cmake?inline=false" |
Contributor
Author
There was a problem hiding this comment.
Required by FindPkgConfig.cmake.
JackBoosY
commented
Oct 19, 2020
| ) | ||
| vcpkg_download_distfile(ARCHIVE_PKGMSG | ||
| URLS "https://gitlab.kitware.com/cmake/cmake/-/raw/ab8bd48352df060c4ead210fe30dc4736646206b/Modules/FindPackageMessage.cmake?inline=false" | ||
| FILENAME "FindPackageMessage.cmake" |
Contributor
Author
There was a problem hiding this comment.
Required by FindPackageHandleStandardArgs.cmake.
Member
|
Thanks for your contribution! |
Jimmy-Hu
added a commit
to Jimmy-Hu/vcpkg
that referenced
this pull request
Oct 20, 2020
[qca] Re-fix find pkgconfig using FindPkgConfig.cmake (microsoft#14110)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continue PR #14058, use the
FindPkgConfig.cmakefixed by cmake to solve the issue of finding thepkg-configscript in perl in Windows (fixed by PR https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5273).Current configure result:
Fixed configure results:
Related: #12612.