Elias Steurer
Elias Steurer
We are getting off-topic here about Qt CMake internals (Like often it is that CMake has some nasty caching issues where you have to nuke your build folder, just for...
> Is there a way of implementing this that discourages package managers from trying to include it into package trees, or users wanting to install it system wide? Maybe something...
Yeah, vcpkg is actually primarily a source package manager - it builds from source by default. The binary caching is just an optional performance optimization.
Thanks for your work 👍. Would be great if we could directly update to 6.10.1 to get rid of CMP0156 CMake warnings https://qt-project.atlassian.net/browse/QTBUG-141181
https://github.com/microsoft/vcpkg/pull/48692
What is even more annoying is that the python themselves consider 3.9 and no longer provide an installer for it: > According to the release calendar specified in [PEP 596](https://www.python.org/dev/peps/pep-0596/),...