mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
ENH: Patch from Alex to make deprecated command documentation more consistent.
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
*/
|
||||
virtual const char* GetTerseDocumentation()
|
||||
{
|
||||
return "Legacy command. Does nothing.";
|
||||
return "Deprecated. Does nothing.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user