https://github.com/Kitware/CMake
Raw File
Tip revision: b61fe6a831c72050c3a4f830445f98696b0cedf7 authored by Brad King on 14 June 2021, 15:05:49 UTC
CMake 3.20.4
Tip revision: b61fe6a
CMP0046-OLD-missing-dependency.cmake
cmake_policy(SET CMP0046 OLD)

add_custom_target(foo)
add_dependencies(foo bar)
back to top