mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
Support of 'new build system' in Xcode fixes indirectly few issues which were caused by workaround with `XCODE_DEPEND_HELPER.cmake` autogenerated script. This patch adds test which is originated from issue #20260 and reproduces this issue when 'new build system' is disabled. Fixes: #20260
6 lines
116 B
CMake
6 lines
116 B
CMake
cmake_minimum_required (VERSION 3.19)
|
|
|
|
project (test_xcode_fail NONE)
|
|
|
|
add_subdirectory(subproject_two_object_libs)
|