mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
cmGlobalNinjaGenerator: Remove obsolete TODO comment
This commit is contained in:
@@ -387,7 +387,6 @@ void cmGlobalNinjaGenerator::WriteCustomCommandBuild(
|
||||
std::string cmd = command; // NOLINT(*)
|
||||
#ifdef _WIN32
|
||||
if (cmd.empty())
|
||||
// TODO Shouldn't an empty command be handled by ninja?
|
||||
cmd = "cmd.exe /c";
|
||||
#endif
|
||||
vars["COMMAND"] = std::move(cmd);
|
||||
|
||||
Reference in New Issue
Block a user