cmake/Tests/RunCMake/CMP0037/NEW-cond-package_source.cmake

6 lines
176 B
CMake
Raw Normal View History

2018-04-23 21:13:27 +02:00
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)