mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: Patch from Alex to make deprecated command documentation more consistent.
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
*/
|
||||
virtual const char* GetTerseDocumentation()
|
||||
{
|
||||
return "Write a message to a file.";
|
||||
return "Deprecated. Use the FILE(WRITE ) command instead.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user