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