I suspect there was a regression due either to a CMake update or a Xcode update:
-- Generating done
CMake Error in 3rdparty/CMakeLists.txt:
The custom command generating
/Users/runner/work/robotology-superbuild/robotology-superbuild/build/robotology/YCM/3rdparty/cmrc/CMakeRC.cmake
is attached to multiple targets:
3rdparty-cmrc
3rdparty-catch2
but none of these is a common dependency of the other(s). This is not
allowed by the Xcode "new build system".
CMake Error in docs/CMakeLists.txt:
The custom command generating
/Users/runner/work/robotology-superbuild/robotology-superbuild/build/robotology/YCM/3rdparty/cmrc/CMakeRC.cmake
is attached to multiple targets:
3rdparty-cmrc
3rdparty-catch2
but none of these is a common dependency of the other(s). This is not
allowed by the Xcode "new build system".
I suspect there was a regression due either to a CMake update or a Xcode update: