diff options
author | Brad King <brad.king@kitware.com> | 2020-09-14 18:47:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-09-18 16:49:17 (GMT) |
commit | 0d037179964c0786b6a8da181854de524ac2158d (patch) | |
tree | 7a652cd3e50c3e6912a7ff47fdb92ddaf940230b /Source/cmGlobalXCodeGenerator.h | |
parent | 5a15fcf5970f1ba8b5fe86494ffbf0128ba08e96 (diff) | |
download | CMake-0d037179964c0786b6a8da181854de524ac2158d.zip CMake-0d037179964c0786b6a8da181854de524ac2158d.tar.gz CMake-0d037179964c0786b6a8da181854de524ac2158d.tar.bz2 |
Xcode: Clarify name of legacy run script build phase helper
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index c7524e8..4e68682 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); |