mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
Provide an option to switch back to the original build system via `-T buildsystem=1`. Fixes: #18088
4 lines
133 B
CMake
4 lines
133 B
CMake
add_custom_command(OUTPUT out.txt COMMAND false)
|
|
add_custom_target(drive1 DEPENDS out.txt)
|
|
add_custom_target(drive2 DEPENDS out.txt)
|