summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
diff options
context:
space:
mode:
authorJean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>2018-08-11 00:13:53 (GMT)
committerCraig Scott <craig.scott@crascit.com>2018-08-14 10:54:56 (GMT)
commit30d08bdce92960caa3fc68a3de95fffdf569e97b (patch)
tree64dae4ded21f9a60a29c8070ead620f35136d3e2 /Source/cmFindPackageCommand.cxx
parenteba2b13a835000a614f21a1205a598462a4f8843 (diff)
downloadCMake-30d08bdce92960caa3fc68a3de95fffdf569e97b.zip
CMake-30d08bdce92960caa3fc68a3de95fffdf569e97b.tar.gz
CMake-30d08bdce92960caa3fc68a3de95fffdf569e97b.tar.bz2
doc: Consistently use <PackageName> for describing the name of a package
Diffstat (limited to 'Source/cmFindPackageCommand.cxx')
-rw-r--r--Source/cmFindPackageCommand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx
index 598b9b6..96de6ad 100644
--- a/Source/cmFindPackageCommand.cxx
+++ b/Source/cmFindPackageCommand.cxx
@@ -487,7 +487,7 @@ bool cmFindPackageCommand::InitialPass(std::vector<std::string> const& args,
this->SetModuleVariables(components);
- // See if there is a Find<package>.cmake module.
+ // See if there is a Find<PackageName>.cmake module.
if (this->UseFindModules) {
bool foundModule = false;
if (!this->FindModule(foundModule)) {
@@ -538,7 +538,7 @@ bool cmFindPackageCommand::InitialPass(std::vector<std::string> const& args,
}
// No find module. Assume the project has a CMake config file. Use
- // a <package>_DIR cache variable to locate it.
+ // a <PackageName>_DIR cache variable to locate it.
this->Variable = this->Name;
this->Variable += "_DIR";