summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CMP0037/NEW-cond-test.cmake
blob: 7eeaffcc395ffc225d83d40abdea9cbd418d9165 (plain)
1
2
3
4
5
cmake_policy(SET CMP0037 NEW)
enable_testing()
add_custom_target(test)
add_custom_target(package)
add_custom_target(package_source)