Skip to content

Deprecate compatibility with CMake versions older than 2.8.12

Brad King requested to merge brad.king/cmake:deprecate-pre-2.8.12 into master

Issue a deprecation warning on calls to cmake_minimum_required or cmake_policy that set policies based on versions older than 2.8.12. Note that the effective policy version includes ...<max> treatment. This is important in combination with !4755 (merged) for install(EXPORT)-generated files.

Merge request reports