mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
ENH: use target as source if source is empty
This commit is contained in:
@@ -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.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user