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
When building with CMake and Clang-cl.
CMake reports an error while linking. See: AppVeyor build of MS/GSL
The C++ compiler "C:\Program Files\LLVM\bin\clang-cl.exe" is not able to
compile a simple test program.
...
lld-link.exe : error : could not open C:\Tools\vcpkg\installed\x86-windows\debug\lib\*.lib: no such file or directory
When building with CMake and Clang-cl.
CMake reports an error while linking. See: AppVeyor build of MS/GSL
This is a known issue with the installed vcpkg version.
Issue: microsoft/vcpkg#4359
Fixed in: microsoft/vcpkg#4573
Temporary workaround:
Pull the latest vcpkg sources during the install phase. See: documentation. (Bootstrapping vcpkg is not needed.)
The text was updated successfully, but these errors were encountered: