summaryrefslogtreecommitdiff
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-08-31 09:48:30 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2015-08-31 09:48:30 -0400
commit9a6d7d2e5484fb75aa3aea2ad5d981cf699bfd25 (patch)
treed04f50359dcb4a6328c12bd0bb99545b1c0bfabc /Source/cmLocalGenerator.h
parent352e8e95b65e19cca10b4aec0c626787dfbb1ba1 (diff)
parent616d8f02d53b9a0c2ec5c85a6b1afc17081d1e2e (diff)
downloadcmake-9a6d7d2e5484fb75aa3aea2ad5d981cf699bfd25.tar.gz
Merge topic 'refactor-compute'
616d8f02 cmGeneratorTarget: Rename method to match operation. ec56d244 cmGlobalGenerator: Process evaluation files after target depends. 1e5349a5 cmGlobalGenerator: Access makefile from makefiles container.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 28b5ed1c1d..b051e5deac 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -66,7 +66,7 @@ public:
/**
* Generate a manifest of target files that will be built.
*/
- void GenerateTargetManifest();
+ void ComputeTargetManifest();
///! Get the makefile for this generator
cmMakefile *GetMakefile() {