mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
COMP: fix warning
This commit is contained in:
@@ -103,8 +103,7 @@ bool cmGlobalKdevelopGenerator
|
||||
{
|
||||
cmMakefile* mf =lg->GetMakefile();
|
||||
std::string projectDir = projectDirIn + "/";
|
||||
std::string filename = outputDir+"/" + std::string(mf->GetProjectName())
|
||||
+".kdevelop.filelist";
|
||||
std::string filename = outputDir+ "/" + projectname +".kdevelop.filelist";
|
||||
|
||||
std::set<cmStdString> files;
|
||||
std::string tmp;
|
||||
|
||||
Reference in New Issue
Block a user