Files
CMake/Tests/RunCMake/CMP0037/WARN-cond.cmake
Brad King ae5f40696e CMP0037: Allow test and package targets when features are not enabled
When CMake will not generate a test, package, or package_source target,
allow projects to create their own targets with these names.

Fixes: #16062
2017-10-30 10:21:31 -04:00

5 lines
86 B
CMake

add_custom_target(test)
add_custom_target(package)
add_custom_target(package_source)