1
0
Эх сурвалжийг харах

Ninja: fix building from Codeblocks GUI

Many thx to Chuck Frayman

BUG: 13652
Peter Kümmel 13 жил өмнө
parent
commit
76c4430971

+ 5 - 0
Source/cmExtraCodeBlocksGenerator.cxx

@@ -811,6 +811,11 @@ std::string cmExtraCodeBlocksGenerator::BuildMakeCommand(
     command += " VERBOSE=1 ";
     command += target;
     }
+  else if (strcmp(this->GlobalGenerator->GetName(), "Ninja")==0)
+    {
+    command += " -v ";
+    command += target;
+    }
   else
     {
     std::string makefileName = cmSystemTools::ConvertToOutputPath(makefile);