You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiler: Visual Studio v141, but also have v143 installed (or just any newer version)
To Reproduce
Steps to reproduce the behavior:
specify a toolset in a custom triplet. Use Ninja Multi-Config as the generator
call cmake build with --verbose, see that the latest toolset version is used, regardless of what value VCPKG_PLATFORM_TOOLSET was set to in the triplet file
Expected behavior
The project gets compiled by the version of compiler specified in by VCPKG_PLATFORM_TOOLSET in the triplet file
Describe the bug
I am setting:
set(VCPKG_PLATFORM_TOOLSET v141)
inside a custom triplet that I am passing to vcpkg via:Environment
To Reproduce
Steps to reproduce the behavior:
VCPKG_PLATFORM_TOOLSET
was set to in the triplet fileExpected behavior
The project gets compiled by the version of compiler specified in by
VCPKG_PLATFORM_TOOLSET
in the triplet fileFailure logs
set(VCPKG_PLATFORM_TOOLSET v141)
When running my configure step I get the log lines:
The text was updated successfully, but these errors were encountered: