mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06:00
cmLocalNinjaGenerator: Prevent echoing of lines in ninja generated batch files
This commit is contained in:
@@ -319,6 +319,7 @@ std::string cmLocalNinjaGenerator::WriteCommandScript(
|
||||
cmsys::ofstream script(scriptPath.c_str());
|
||||
|
||||
#ifdef _WIN32
|
||||
script << "@echo off\n";
|
||||
int line = 1;
|
||||
#else
|
||||
script << "set -e\n\n";
|
||||
|
||||
Reference in New Issue
Block a user