Howto "allow unsupported" in manifest mode #35011
-
|
Hi guys, recently I switched to the manifest mode and faced with a port thats not officially supported for our plattform(s) but we know it works. In classic mode I would use the --allow-unsupported mode. But how can I handle this easily in manifest mode now? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Use |
Beta Was this translation helpful? Give feedback.
-
|
With CMake integration, use the With MSBuild integration, use the |
Beta Was this translation helpful? Give feedback.
With CMake integration, use the
VCPKG_INSTALL_OPTIONScmake variable.https://learn.microsoft.com/en-us/vcpkg/users/buildsystems/cmake-integration#vcpkg_install_options
With MSBuild integration, use the
VcpkgAdditionalInstallOptionsproperty.https://learn.microsoft.com/en-us/vcpkg/users/buildsystems/msbuild-integration#vcpkg-additional-install-options