summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalKdevelopGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-02-10 12:44:06 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-02-10 12:44:06 (GMT)
commit816d73f23f18933d831118edafdfcdb15ac73090 (patch)
tree31f2167fd5dfe2a03b0f075afeb0e70204df50e7 /Source/cmGlobalKdevelopGenerator.cxx
parent84f918f7881fcde5c18b7269c74f4f26b9794aad (diff)
downloadCMake-816d73f23f18933d831118edafdfcdb15ac73090.zip
CMake-816d73f23f18933d831118edafdfcdb15ac73090.tar.gz
CMake-816d73f23f18933d831118edafdfcdb15ac73090.tar.bz2
COMP: fix warning
Diffstat (limited to 'Source/cmGlobalKdevelopGenerator.cxx')
-rw-r--r--Source/cmGlobalKdevelopGenerator.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGlobalKdevelopGenerator.cxx b/Source/cmGlobalKdevelopGenerator.cxx
index 0fdecb9..a53a505 100644
--- a/Source/cmGlobalKdevelopGenerator.cxx
+++ b/Source/cmGlobalKdevelopGenerator.cxx
@@ -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;