Does anyone have any experience building with CMake, Ninja and Visual C++? I'm getting a strange linking failure, and I'm not sure what to make of it:
From the look of it, I think you've hit a cmake bug. It looks like the link line is blowing out due to an invalid terribly long call to link.exe
yep, looks like it was fixed just two weeks ago: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5094
looks like you're on too bleeding edge, or not bleeding enough -- update to a current cmake checkout should fix it
Last updated: Jan 09 2025 at 00:46 UTC