diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-11-09 15:37:22 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-11-09 15:37:22 (GMT) |
commit | bdf0241d2e571c3a111e84852186fb3b177bd121 (patch) | |
tree | 6fdffa40672281a79d6ace401d1296b6c550b956 /Source | |
parent | 6b5e54744ca2f863089522cbc11fb5ace321a872 (diff) | |
download | CMake-bdf0241d2e571c3a111e84852186fb3b177bd121.zip CMake-bdf0241d2e571c3a111e84852186fb3b177bd121.tar.gz CMake-bdf0241d2e571c3a111e84852186fb3b177bd121.tar.bz2 |
SOURCE, COMMAND, TARGET are required now
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmAddCustomCommandCommand.h | 2 |
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."; } |