Files
cmake/Tests/RunCMake/VS10Project
Daksh Mamodiya 5f3d66a024 VS: Don't set LinkToolExe for targets that don't drive linking
A pure ASM_NASM target has no linker of its own, so emitting
CMAKE_LINKER as <LinkToolExe> broke the build (TRK0005) when it was
not found.  Let MSBuild link via the toolset, as MSVC C/CXX targets
already do.

Fixes: #27458
2026-09-02 19:20:35 +05:30
..