mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
0bf6f13b1d
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)
|