summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-08-01 13:57:48 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-08-01 13:58:08 (GMT)
commit97d096388884b07a1317a4721ec92e7b56f76d73 (patch)
tree2be13729c4c14fef41ca11c13c225d0b0cb88331
parentbab6bc54a86345481bf0d923db9ee1e600fade9e (diff)
parent369052b5d8c2059529d9b212e4142c064711a3fa (diff)
downloadCMake-97d096388884b07a1317a4721ec92e7b56f76d73.zip
CMake-97d096388884b07a1317a4721ec92e7b56f76d73.tar.gz
CMake-97d096388884b07a1317a4721ec92e7b56f76d73.tar.bz2
Merge topic 'test-xcode-command-line-tools' into release-3.30
369052b5d8 Tests: Restore suppression of xcodebuild error with Xcode Command-Line Tools Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9696
-rw-r--r--Tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 41a3f10..730a7b4 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -307,6 +307,7 @@ if(BUILD_TESTING)
execute_process(
COMMAND xcodebuild -version
OUTPUT_VARIABLE _version
+ ERROR_VARIABLE _stderr
RESULT_VARIABLE _failed
)
if(NOT _failed AND _version MATCHES "^Xcode ([0-9]+(\\.[0-9]+)*)")