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
And when I run command "vcpkg env", I get following output:
Microsoft Windows [Version 10.0.22631.4317]
(c) Microsoft Corporation. All rights reserved.
I read the doc about vcpkg env. Is there any method to override WindowsSDKVersion.
I try to use VCPKG_CHAINLOAD_TOOLCHAIN_FILE with a different toolchain file, however don't know how to make it work. @jimwang118
The text was updated successfully, but these errors were encountered:
Describe the bug
VCPKG_CMAKE_SYSTEM_VERSION not work.
Environment
To Reproduce
Steps to reproduce the behavior:
Use following triplet, install boost-headers 1.85.0
Repro code when
Expected behavior
A clear and concise description of what you expected to happen.
Failure logs
Additional context
I run into the problem recently. The problem is related to "WindowsSDKVersion". When using "Visual Studio 17 2022" with toolset "v142", "WindowsSDKVersion" must under "10.0.22xxx.0", or CMake would get a error while configure.
Environment: Visual Studio 2022 17.11.5 and WindowSDKVersion "10.0.26100.0"
Found a issue from poco repo: unresolved external symbol guard_check_icall$fo$
And another related issue from STL: VCRuntime incompatibility with older version in mutex code, which cause me can't using v143 toolset and WindowSDKVersion "10.0.26100.0"
config-x64-windows-static-su-out.log
config-x64-windows-static-su-rel-CMakeCache.txt.log
config-x64-windows-static-su-rel-CMakeConfigureLog.yaml.log
And when I run command "vcpkg env", I get following output:
I read the doc about vcpkg env. Is there any method to override WindowsSDKVersion.
I try to use VCPKG_CHAINLOAD_TOOLCHAIN_FILE with a different toolchain file, however don't know how to make it work.
@jimwang118
The text was updated successfully, but these errors were encountered: