cmGlobalNinjaGenerator: Remove obsolete TODO comment

This commit is contained in:
ClausKlein
2025-02-18 07:01:29 +01:00
committed by Brad King
parent 95f0039f43
commit 7d8b39226c

View File

@@ -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);