index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CMP0046
/
CMP0046-OLD-missing-dependency.cmake
blob: 5ee3cb75eb5aa2677414a922b709ce1f75dd93ca (
plain
)
1
2
3
4
cmake_policy(SET CMP0046 OLD) add_custom_target(foo) add_dependencies(foo bar)