Browse Source

SOURCE, COMMAND, TARGET are required now

pull/1/head
Sebastien Barre 24 years ago
parent
commit
bdf0241d2e
  1. 2
      Source/cmAddCustomCommandCommand.h

2
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.";
}

Loading…
Cancel
Save