mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 16:50:48 +00:00
Merge topic 'xcode14'
7c79fde5fbXcode: automatically create Info.plist for signing during compiler id116cc5a57bcm_cxx_features: filter out warnings from Xcode 14 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7391
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
buildSettings = {
|
||||
CODE_SIGNING_REQUIRED = NO;
|
||||
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)";
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
SYMROOT = .;
|
||||
@id_archs@
|
||||
@id_arch_active@
|
||||
|
||||
@@ -48,7 +48,7 @@ function(cm_check_cxx_feature name)
|
||||
# Filter out libhugetlbfs warnings.
|
||||
string(REGEX REPLACE "[^\n]*libhugetlbfs [^\n]*: WARNING[^\n]*" "" check_output "${check_output}")
|
||||
# Filter out xcodebuild warnings.
|
||||
string(REGEX REPLACE "[^\n]* xcodebuild\\[[0-9]*:[0-9]*\\] warning: [^\n]*" "" check_output "${check_output}")
|
||||
string(REGEX REPLACE "[^\n]* xcodebuild\\[[0-9]*:[0-9]*\\][^\n]*[Ww]arning: [^\n]*" "" check_output "${check_output}")
|
||||
# Filter out icpc warnings
|
||||
string(REGEX REPLACE "[^\n]*icpc: command line warning #10121: overriding [^\n]*" "" check_output "${check_output}")
|
||||
# Filter out ld warnings.
|
||||
|
||||
Reference in New Issue
Block a user