summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-14 14:47:42 -0400
committerBrad King <brad.king@kitware.com>2020-09-18 12:49:17 -0400
commit0d037179964c0786b6a8da181854de524ac2158d (patch)
tree7a652cd3e50c3e6912a7ff47fdb92ddaf940230b /Source/cmGlobalXCodeGenerator.h
parent5a15fcf5970f1ba8b5fe86494ffbf0128ba08e96 (diff)
downloadcmake-0d037179964c0786b6a8da181854de524ac2158d.tar.gz
Xcode: Clarify name of legacy run script build phase helper
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index c7524e8b24..4e686822ba 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -221,9 +221,9 @@ private:
void SetGenerationRoot(cmLocalGenerator* root);
void AddExtraTargets(cmLocalGenerator* root,
std::vector<cmLocalGenerator*>& gens);
- cmXCodeObject* CreateBuildPhase(const char* name, const char* name2,
- cmGeneratorTarget* target,
- const std::vector<cmCustomCommand>&);
+ cmXCodeObject* CreateLegacyRunScriptBuildPhase(
+ const char* name, const char* name2, cmGeneratorTarget* target,
+ const std::vector<cmCustomCommand>&);
void CreateReRunCMakeFile(cmLocalGenerator* root,
std::vector<cmLocalGenerator*> const& gens);