Alexander Neumann
Alexander Neumann
Because the x86 triplet is just an example. I don't use it. But apart from that there is no further specific reason.
Thank you. Please consider them fluid and just take them as examples/templates. I might change details/compiler flags within them on an whim.
You need to have:  installed which is not the same as  In general it should work with either.
``` Unable to find a valid Visual Studio instance with toolset version ClangCL ``` means that vcpkg tried to locate a toolset with the name ClangCL. However, vcpkg doesn't know...
> However, a prevalent challenge surfaces when working within Visual Studio Number 1 answer here is: a) Use CMake. If you used CMake to generate project files you did something...
does ffmpeg have a migration guide somewhere? Maybe its easy to patch.
Does this help: https://gitlab.archlinux.org/archlinux/packaging/packages/aubio/-/blob/main/ffmpeg7.patch?ref_type=heads
https://gitlab.archlinux.org/archlinux/packaging/packages/aubio/-/blob/main/.SRCINFO?ref_type=heads also downloads some extra patches
> VCPKG_ENV_PASSTHROUGH would use the installation path of the SDK Use `VCPKG_ENV_PASSTHROUGH_UNTRACKED` as you already mentioned > The actual "compiler" is javac, but there are other tools affecting the structure...
I surprised that only so few cases of wrong `INTERFACE_LINK_LIBRARIES` exists.