Skip to content

CMP0116: Do not warn by default because many use cases are okay

Brad King requested to merge brad.king/cmake:cmp0116-warning into master

Many cases use absolute paths in the depfile and are not affected by the policy's behavior change. Disable the warning by default. Developers can use CMAKE_POLICY_WARNING_CMP0116 to find places they may need to change.

Fixes: #21959 (closed)
Backport: release

Merge request reports