mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-21 23:10:50 +00:00
Provide a way for custom commands to inform the ninja build tool about their implicit dependencies. For now simply make use of the option an error on other generators. Closes: #15479