diff options
Diffstat (limited to 'Source/cmFindPackageCommand.cxx')
-rw-r--r-- | Source/cmFindPackageCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx index 6da96e6..3b7a526 100644 --- a/Source/cmFindPackageCommand.cxx +++ b/Source/cmFindPackageCommand.cxx @@ -162,7 +162,7 @@ bool cmFindPackageCommand::InitialPass(std::vector<std::string> const& args) { cmOStringStream e; e << this->Variable << " is not set. It must be set to the directory " - << "containing " << this->Config << " so in order to use " + << "containing " << this->Config << " in order to use " << this->Name << "."; cmSystemTools::Error(e.str().c_str()); result = true; |