summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-10-26 13:12:59 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2015-10-26 13:12:59 -0400
commit4c4da56b2eb22fd902a100b294ff2acb6d77fac3 (patch)
treea7986e6fc8491b28932504bc43a75013f69cf530 /Source/cmGlobalXCodeGenerator.h
parent06ee07b854d4a77c4147dadb97f9769b17da832d (diff)
parent601e6e1ad10b83dcb5ad09d061b04e6974cda283 (diff)
downloadcmake-4c4da56b2eb22fd902a100b294ff2acb6d77fac3.tar.gz
Merge topic 'xcode-optimization-flags'
601e6e1a Xcode: Use regular expression to extract all optimisation flags (#15794)
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index feb500960b..2becb0d694 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -151,6 +151,8 @@ private:
cmXCodeObject* buildSettings,
const std::string& buildType);
std::string ExtractFlag(const char* flag, std::string& flags);
+ std::string ExtractFlagRegex(const char* exp, int matchIndex,
+ std::string& flags);
void SortXCodeObjects();
// delete all objects in the this->XCodeObjects vector.
void ClearXCodeObjects();