summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 00:52:11 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 00:52:11 (GMT)
commitf00186f64b89955ca4ad3eca8aec2d99557e8324 (patch)
tree219f5febb4caaa25a575b6bc28155bd66f5662b4 /Source/cmFindPackageCommand.cxx
parenta4d0758e22c3d71c1011a993d2173cee2b4dd874 (diff)
downloadCMake-f00186f64b89955ca4ad3eca8aec2d99557e8324.zip
CMake-f00186f64b89955ca4ad3eca8aec2d99557e8324.tar.gz
CMake-f00186f64b89955ca4ad3eca8aec2d99557e8324.tar.bz2
ERR: That slash is unnecessary
Diffstat (limited to 'Source/cmFindPackageCommand.cxx')
-rw-r--r--Source/cmFindPackageCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx
index ca26671..df2f977 100644
--- a/Source/cmFindPackageCommand.cxx
+++ b/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());