summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-25 06:25:12 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-30 09:39:52 (GMT)
commit616d8f02d53b9a0c2ec5c85a6b1afc17081d1e2e (patch)
tree68531401f55d9eb65cfecdf411342b1134b1cc9c /Source/cmGeneratorTarget.cxx
parentec56d244512ae87e4e3e1fcf01aa0ef80ead8763 (diff)
downloadCMake-616d8f02d53b9a0c2ec5c85a6b1afc17081d1e2e.zip
CMake-616d8f02d53b9a0c2ec5c85a6b1afc17081d1e2e.tar.gz
CMake-616d8f02d53b9a0c2ec5c85a6b1afc17081d1e2e.tar.bz2
cmGeneratorTarget: Rename method to match operation.
The manifest is computed, not generated, according to current language used in cmake method naming.
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r--Source/cmGeneratorTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index 4a1a7a2..09387b7 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -2554,7 +2554,7 @@ void cmGeneratorTarget::GetCompileDefinitions(std::vector<std::string> &list,
}
//----------------------------------------------------------------------------
-void cmGeneratorTarget::GenerateTargetManifest(
+void cmGeneratorTarget::ComputeTargetManifest(
const std::string& config) const
{
if (this->Target->IsImported())