summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.h
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2001-11-09 15:37:22 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2001-11-09 15:37:22 (GMT)
commitbdf0241d2e571c3a111e84852186fb3b177bd121 (patch)
tree6fdffa40672281a79d6ace401d1296b6c550b956 /Source/cmAddCustomCommandCommand.h
parent6b5e54744ca2f863089522cbc11fb5ace321a872 (diff)
downloadCMake-bdf0241d2e571c3a111e84852186fb3b177bd121.zip
CMake-bdf0241d2e571c3a111e84852186fb3b177bd121.tar.gz
CMake-bdf0241d2e571c3a111e84852186fb3b177bd121.tar.bz2
SOURCE, COMMAND, TARGET are required now
Diffstat (limited to 'Source/cmAddCustomCommandCommand.h')
-rw-r--r--Source/cmAddCustomCommandCommand.h2
1 files changed, 1 insertions, 1 deletions
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.";
}