diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-25 06:25:12 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-30 09:39:52 (GMT) |
commit | 616d8f02d53b9a0c2ec5c85a6b1afc17081d1e2e (patch) | |
tree | 68531401f55d9eb65cfecdf411342b1134b1cc9c /Source/cmGeneratorTarget.cxx | |
parent | ec56d244512ae87e4e3e1fcf01aa0ef80ead8763 (diff) | |
download | CMake-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.cxx | 2 |
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()) |