Skip to content

Ninja: Use native slashes to pass rsp files

Matthijs Kool requested to merge matthijsk/cmake:ninja-win-rsp into master

In cmNinjaNormalTargetGenerator use ConvertToNinjaPath for rsp files.

Some tools on Windows (Embarcadero linkers, in this case) can't handle forward slashes in paths to rsp files.

Edited by Brad King

Merge request reports