mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
Merge topic 'xcode-16'
b243c19986 Tests: Update expected results for Xcode 16
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9596
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
ld: warning: ignoring duplicate libraries: '.*liblib1.a', '.*liblib2.a'
|
||||
ld: fatal warning\(s\) induced error \(-fatal_warnings\)
|
||||
clang: error: linker command failed with exit code 1 \(use -v to see invocation\)
|
||||
(cc|clang): error: linker command failed with exit code 1 \(use -v to see invocation\)
|
||||
|
||||
@@ -17,8 +17,9 @@ macro(run_cmake_and_build test)
|
||||
-DCMake_TEST_Swift=${CMake_TEST_Swift})
|
||||
set(RunCMake_TEST_BINARY_DIR ${RunCMake_BINARY_DIR}/${test}-build)
|
||||
set(RunCMake_TEST_NO_CLEAN 1)
|
||||
set(RunCMake_TEST_OUTPUT_MERGE 1)
|
||||
run_cmake_command(${test}-build ${CMAKE_COMMAND} --build . --config Release --verbose ${ARGN})
|
||||
|
||||
unset(RunCMake_TEST_OUTPUT_MERGE)
|
||||
unset(RunCMake_TEST_BINARY_DIR)
|
||||
unset(RunCMake_TEST_NO_CLEAN)
|
||||
endmacro()
|
||||
|
||||
Reference in New Issue
Block a user