summaryrefslogtreecommitdiffstats
path: root/Source/cmOSXBundleGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-22 22:47:31 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-26 21:02:13 (GMT)
commitcf69630e510a5c639a93a99b315fcefea9688935 (patch)
treed8f6fbb0bd8fde15afb3a46eb0639031c8febd16 /Source/cmOSXBundleGenerator.cxx
parent3f8aa62bfb339dded326b0bc36016134a3dc845b (diff)
downloadCMake-cf69630e510a5c639a93a99b315fcefea9688935.zip
CMake-cf69630e510a5c639a93a99b315fcefea9688935.tar.gz
CMake-cf69630e510a5c639a93a99b315fcefea9688935.tar.bz2
cmGeneratorTarget: Move GetFrameworkVersion from cmTarget
Diffstat (limited to 'Source/cmOSXBundleGenerator.cxx')
-rw-r--r--Source/cmOSXBundleGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmOSXBundleGenerator.cxx b/Source/cmOSXBundleGenerator.cxx
index e9dc433..3c4aa00 100644
--- a/Source/cmOSXBundleGenerator.cxx
+++ b/Source/cmOSXBundleGenerator.cxx
@@ -83,7 +83,7 @@ void cmOSXBundleGenerator::CreateFramework(
std::string newoutpath = outpath + "/" +
this->GT->GetFrameworkDirectory(this->ConfigName, false);
- std::string frameworkVersion = this->GT->Target->GetFrameworkVersion();
+ std::string frameworkVersion = this->GT->GetFrameworkVersion();
// Configure the Info.plist file into the Resources directory.
this->MacContentFolders->insert("Resources");