summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-11-10 18:42:52 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-11-10 18:42:52 (GMT)
commit7d1bbb872c4db480f76b7c02f9c55b0967623bff (patch)
tree7fdebb506351726d419c0d1af2fa19ef635b4897 /Source/cmGlobalGenerator.cxx
parent9377e7122c950d27ce6e42deead2eeb5eb2183a2 (diff)
downloadCMake-7d1bbb872c4db480f76b7c02f9c55b0967623bff.zip
CMake-7d1bbb872c4db480f76b7c02f9c55b0967623bff.tar.gz
CMake-7d1bbb872c4db480f76b7c02f9c55b0967623bff.tar.bz2
BUG: fix package_source target
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index 0e520d7..be9b0df 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -1610,7 +1610,7 @@ void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets)
singleLine.push_back(this->GetCMakeInstance()->GetCPackCommand());
singleLine.push_back("--config");
configFile = mf->GetStartOutputDirectory();;
- configFile += "/CPackSourceCConfig.cmake";
+ configFile += "/CPackSourceConfig.cmake";
relConfigFile = "./CPackSourceConfig.cmake";
singleLine.push_back(relConfigFile);
if(cmSystemTools::FileExists(configFile.c_str()))