mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 20:21:41 -06: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