|
|
@@ -1019,13 +1019,6 @@ bool cmGlobalNinjaGenerator::HasRule(const std::string& name)
|
|
|
|
|
|
// Private virtual overrides
|
|
|
|
|
|
-std::string cmGlobalNinjaGenerator::GetEditCacheCommand() const
|
|
|
-{
|
|
|
- // Ninja by design does not run interactive tools in the terminal,
|
|
|
- // so our only choice is cmake-gui.
|
|
|
- return cmSystemTools::GetCMakeGUICommand();
|
|
|
-}
|
|
|
-
|
|
|
void cmGlobalNinjaGenerator::ComputeTargetObjectDirectory(
|
|
|
cmGeneratorTarget* gt) const
|
|
|
{
|