ERR: That slash is unnecessary
This commit is contained in:
parent
a4d0758e22
commit
f00186f64b
|
@ -219,7 +219,7 @@ bool cmFindPackageCommand::InitialPass(std::vector<std::string> const& args)
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
bool cmFindPackageCommand::FindModule(bool& found, bool quiet)
|
bool cmFindPackageCommand::FindModule(bool& found, bool quiet)
|
||||||
{
|
{
|
||||||
std::string module = "/Find";
|
std::string module = "Find";
|
||||||
module += this->Name;
|
module += this->Name;
|
||||||
module += ".cmake";
|
module += ".cmake";
|
||||||
std::string mfile = m_Makefile->GetModulesFile(module.c_str());
|
std::string mfile = m_Makefile->GetModulesFile(module.c_str());
|
||||||
|
|
Loading…
Reference in New Issue