mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
Merge topic 'fix-xcode12-arm64-tests'
447ecbb692Apple: also specify sysroot for linking16692f4926Apple: suppress Xcode 12 ranlib warning Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5028
This commit is contained in:
@@ -24,7 +24,7 @@ main.o: clean main.cpp
|
||||
pngtest: main.o
|
||||
@$(CMAKE_FOO) -DMODE=LINK >$(tmp)
|
||||
@foo="`cat $(tmp)`"; \
|
||||
printf '"%s" %s %s -o pngtest main.o %s\n' $(CMAKE_CXX_COMPILER) "$(CMAKE_CXX_FLAGS)" "$(LDFLAGS)" "$$foo" >$(tmp)
|
||||
printf '"%s" %s %s %s -o pngtest main.o %s\n' $(CMAKE_CXX_COMPILER) "$(CMAKE_CXX_FLAGS)" "$(__EXTRA_OSX_SYSROOT_FLAGS)" "$(LDFLAGS)" "$$foo" >$(tmp)
|
||||
@cat $(tmp)
|
||||
@sh $(tmp)
|
||||
@rm -f $(tmp)
|
||||
|
||||
@@ -154,6 +154,7 @@ function(run_cmake test)
|
||||
|
||||
"|[^\n]*xcodebuild[^\n]*warning: file type[^\n]*is based on missing file type"
|
||||
"|[^\n]*is a member of multiple groups"
|
||||
"|[^\n]*offset in archive not a multiple of 8"
|
||||
"|[^\n]*from Time Machine by path"
|
||||
"|[^\n]*Bullseye Testing Technology"
|
||||
")[^\n]*\n)+"
|
||||
|
||||
Reference in New Issue
Block a user