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