mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ENH: Patch from Alex to make deprecated command documentation more consistent.
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
*/
|
||||
virtual const char* GetTerseDocumentation()
|
||||
{
|
||||
return "Old installation command. Use the INSTALL command.";
|
||||
return "Deprecated. Use the INSTALL(PROGRAMS ) command instead.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user