ERR: That slash is unnecessary

This commit is contained in:
Andy Cedilnik 2004-03-27 19:52:11 -05:00
parent a4d0758e22
commit f00186f64b
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ bool cmFindPackageCommand::InitialPass(std::vector<std::string> const& args)
//----------------------------------------------------------------------------
bool cmFindPackageCommand::FindModule(bool& found, bool quiet)
{
std::string module = "/Find";
std::string module = "Find";
module += this->Name;
module += ".cmake";
std::string mfile = m_Makefile->GetModulesFile(module.c_str());