Browse Source

ERR: That slash is unnecessary

Andy Cedilnik 22 years ago
parent
commit
f00186f64b
1 changed files with 1 additions and 1 deletions
  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)
 {
-  std::string module = "/Find";
+  std::string module = "Find";
   module += this->Name;
   module += ".cmake";
   std::string mfile = m_Makefile->GetModulesFile(module.c_str());