From bdf0241d2e571c3a111e84852186fb3b177bd121 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 9 Nov 2001 10:37:22 -0500 Subject: SOURCE, COMMAND, TARGET are required now --- Source/cmAddCustomCommandCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h index 86a44f8..61ee2ba 100644 --- a/Source/cmAddCustomCommandCommand.h +++ b/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."; } -- cgit v0.12