mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-20 12:53:55 +08:00
Simplify and clarify credit text and link
Use the name "Kitware" rather than "Kitware, Inc." to simplify the text. Provide a CMake-specific URL.
This commit is contained in:
@@ -102,7 +102,7 @@ bool cmDocumentation::PrintVersion(std::ostream& os)
|
|||||||
this->GetNameString() <<
|
this->GetNameString() <<
|
||||||
" version " << cmVersion::GetCMakeVersion() << "\n"
|
" version " << cmVersion::GetCMakeVersion() << "\n"
|
||||||
"\n"
|
"\n"
|
||||||
"CMake suite maintained by Kitware, Inc. (kitware.com).\n"
|
"CMake suite maintained and supported by Kitware (kitware.com/cmake).\n"
|
||||||
;
|
;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user