mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
SOURCE, COMMAND, TARGET are required now
This commit is contained in:
@@ -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.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user