Skip to content

CMP0037: Allow test and package targets when features are not enabled

Brad King requested to merge brad.king/cmake:cmp0037-conditional-targets into master

When CMake will not generate a test, package, or package_source target, allow projects to create their own targets with these names.

Fixes: #16062 (closed)

Merge request reports