Преглед изворни кода

ERR: That slash is unnecessary

Andy Cedilnik пре 22 година
родитељ
комит
f00186f64b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Source/cmFindPackageCommand.cxx

+ 1 - 1
Source/cmFindPackageCommand.cxx

@@ -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());