Просмотр исходного кода

Fix typo (second argument was not reported)

Sebastien Barre 24 лет назад
Родитель
Сommit
b39f6afa45
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Source/cmBuildCommand.h

+ 2 - 2
Source/cmBuildCommand.h

@@ -91,8 +91,8 @@ public:
   virtual const char* GetFullDocumentation()
     {
     return
-      "BUILD_COMMAND(NAME)\n"
-      "Within CMAKE set NAME to the command that will build this project from the command line.";
+      "BUILD_COMMAND(NAME MAKECOMMAND)\n"
+      "Within CMAKE set NAME to the command that will build this project from the command line using MAKECOMMAND.";
     }
   
   cmTypeMacro(cmBuildCommand, cmCommand);