ENH: use target as source if source is empty

This commit is contained in:
Sebastien Barre
2002-04-11 10:05:47 -04:00
parent e455a83969
commit 9b8926925b
2 changed files with 13 additions and 9 deletions

View File

@@ -86,7 +86,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.";
}