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