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
AppVeyor: Add a workaround for build with Visual Studio 2019 on ARM64
Avoid SDK 10.0.26100.0. Use an older SDK: 10.0.22621.0.
The problem first appeared on November 7, 2025.
The errors were:
C:\Program Files (x86)\Windows Kits\10\Include\10.0.26100.0\um\winnt.h
(6343,27): warning C4013: '_CountOneBits64' undefined; assuming extern
returning int
Something has changed in the AppVeyor build system.
When it was OK:
cmake version 4.1.0
-- The C compiler identification is MSVC 19.29.30159.0
Current:
cmake version 4.1.0
-- Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.17763.
-- The C compiler identification is MSVC 19.29.30159.0
[skip ci]
0 commit comments