mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
Added new policy CMP0046 which requires dependencies added by add_dependencies() to actually exist.
3 lines
49 B
CMake
3 lines
49 B
CMake
add_custom_target(foo)
|
|
add_dependencies(foo bar)
|