mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
ERR: That slash is unnecessary
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user