mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Xcode: Switch to the "new build system" for Xcode 12 and above
Provide an option to switch back to the original build system via `-T buildsystem=1`. Fixes: #18088
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
add_custom_command(OUTPUT out.txt COMMAND false)
|
||||
add_custom_target(drive1 DEPENDS out.txt)
|
||||
add_custom_target(drive2 DEPENDS out.txt)
|
||||
Reference in New Issue
Block a user