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/cmLocalGenerator.h | |
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/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 915814b..2f0971e 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -67,7 +67,7 @@ public: /** * Generate a manifest of target files that will be built. */ - void GenerateTargetManifest(); + void ComputeTargetManifest(); ///! Get the makefile for this generator cmMakefile *GetMakefile() { |