فهرست منبع

SOURCE, COMMAND, TARGET are required now

Sebastien Barre 24 سال پیش
والد
کامیت
bdf0241d2e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Source/cmAddCustomCommandCommand.h

+ 1 - 1
Source/cmAddCustomCommandCommand.h

@@ -67,7 +67,7 @@ public:
   virtual const char* GetFullDocumentation()
     {
     return
-      "ADD_CUSTOM_COMMAND([SOURCE source] [COMMAND command] [TARGET target] "
+      "ADD_CUSTOM_COMMAND(SOURCE source COMMAND command TARGET target "
       "[ARGS [args...]] [DEPENDS [depends...]] [OUTPUTS [outputs...]])\n"
       "Add a custom command.";
     }