summaryrefslogtreecommitdiff
path: root/Source/cmAddCustomTargetCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-26 13:23:55 -0400
committerKen Martin <ken.martin@kitware.com>2001-06-26 13:23:55 -0400
commitc84f6448a64a960c4bf7fb59e313b8afaea3c4e9 (patch)
treefaf584a2d259a62a8f0681ebbcf845b612ecf300 /Source/cmAddCustomTargetCommand.h
parent43ac1a3a86193fa72795e98e2d51d3f48209082b (diff)
downloadcmake-c84f6448a64a960c4bf7fb59e313b8afaea3c4e9.tar.gz
modified how paths are escaped, added depends
Diffstat (limited to 'Source/cmAddCustomTargetCommand.h')
-rw-r--r--Source/cmAddCustomTargetCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddCustomTargetCommand.h b/Source/cmAddCustomTargetCommand.h
index 0192b80bdf..3acf4ce886 100644
--- a/Source/cmAddCustomTargetCommand.h
+++ b/Source/cmAddCustomTargetCommand.h
@@ -90,7 +90,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "ADD_CUSTOM_TARGET(Name \"command to run\" ALL)\n"
+ "ADD_CUSTOM_TARGET(Name [ALL] command arg arg arg ...)\n"
"The ALL option is optional. If it is specified it indicates that this target should be added to the Build all target.";
}