summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CMP0037/NEW-cond-package.cmake
blob: ceea90783a62946589aecb5e6b6a201ae2d5fcfa (plain)
1
2
3
4
5
cmake_policy(SET CMP0037 NEW)
file(WRITE "${CMAKE_BINARY_DIR}/CPackConfig.cmake" "")
add_custom_target(test)
add_custom_target(package)
add_custom_target(package_source)