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
build: explicitly use MSVC's manifest tool on Windows
Explicitly opt into the Microsoft manifest tool to be resilient against
future CMake releases which prefer `llvm-mt` when building with clang
(including clang-cl). This should ensure that we do not get broken with
the update to VS2019 16.10 and CMake 3.20.
(cherry picked from commit 3274984)
0 commit comments