COMP: fix warning

This commit is contained in:
Bill Hoffman 2005-02-10 07:44:06 -05:00
parent 84f918f788
commit 816d73f23f
1 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,7 @@ bool cmGlobalKdevelopGenerator
{ {
cmMakefile* mf =lg->GetMakefile(); cmMakefile* mf =lg->GetMakefile();
std::string projectDir = projectDirIn + "/"; std::string projectDir = projectDirIn + "/";
std::string filename = outputDir+"/" + std::string(mf->GetProjectName()) std::string filename = outputDir+ "/" + projectname +".kdevelop.filelist";
+".kdevelop.filelist";
std::set<cmStdString> files; std::set<cmStdString> files;
std::string tmp; std::string tmp;