summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-22 16:53:51 (GMT)
committerBrad King <brad.king@kitware.com>2014-04-22 16:53:51 (GMT)
commit72ab7645823777afb5a906ac08d1113ee24ac8bb (patch)
treeb80bae842243e8de48dc9c529079a8ed9c07a279 /Source
parent2b7f70cdcbbbeb12bae8578198e851ae650d377d (diff)
parent149ce5db5ed52855514e3ee3eef45295e667eed4 (diff)
downloadCMake-72ab7645823777afb5a906ac08d1113ee24ac8bb.zip
CMake-72ab7645823777afb5a906ac08d1113ee24ac8bb.tar.gz
CMake-72ab7645823777afb5a906ac08d1113ee24ac8bb.tar.bz2
Merge branch 'osx-CFBundle-info-plist' into release
Diffstat (limited to 'Source')
-rw-r--r--Source/cmOSXBundleGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmOSXBundleGenerator.cxx b/Source/cmOSXBundleGenerator.cxx
index 9a340dc..448d77c 100644
--- a/Source/cmOSXBundleGenerator.cxx
+++ b/Source/cmOSXBundleGenerator.cxx
@@ -178,7 +178,7 @@ void cmOSXBundleGenerator::CreateCFBundle(const std::string& targetName,
// Configure the Info.plist file. Note that it needs the executable name
// to be set.
- std::string plist =
+ std::string plist = root + "/" +
this->Target->GetCFBundleDirectory(this->ConfigName, true);
plist += "/Info.plist";
this->LocalGenerator->GenerateAppleInfoPList(this->Target,