Start designing an official or community-driven vcpkg dependency provider implementation #37664
theblackunknown
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
The question rather is: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion is about starting implementing a CMake dependency provider for
vcpkg
the proper way.Based on search for similar discussions, there are a couple of past/pending efforts but they seem to be on hold given the last update date:
Ideally I would like to start making an "official" implementation for this but based on #27950 (comment) maybe this is not desirable and we would provide a community driven one, the same way we do for triplet useful for the community but not tested on the CI ?
I do believe we can start one without breaking backward compatibility with the current
scripts/buildsystems/vcpkg.cmake
, for example we can create anotherscripts/buildsystems(/community)/vcpkg-dependency-provider.cmake
which share common code with the former.Beta Was this translation helpful? Give feedback.
All reactions