summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0046/CMP0046-NEW-existing-dependency.cmake
blob: 0be290a8d8c44ced56f52e9de178d657b053d17d (plain)
1
2
3
4
5
cmake_policy(SET CMP0046 NEW)

add_custom_target(foo)
add_custom_target(bar)
add_dependencies(foo bar)