mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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)
|