DEPRECATED_POLICY_VERSIONS.txt 683 B

123456789101112131415
  1. .. versionchanged:: 3.27
  2. Compatibility with versions of CMake older than 3.5 is deprecated.
  3. Calls to :command:`cmake_minimum_required(VERSION)` or
  4. :command:`cmake_policy(VERSION)` that do not specify at least
  5. 3.5 as their policy version (optionally via ``...<max>``)
  6. will produce a deprecation warning in CMake 3.27 and above.
  7. .. versionchanged:: 3.19
  8. Compatibility with versions of CMake older than 2.8.12 is deprecated.
  9. Calls to :command:`cmake_minimum_required(VERSION)` or
  10. :command:`cmake_policy(VERSION)` that do not specify at least
  11. 2.8.12 as their policy version (optionally via ``...<max>``)
  12. will produce a deprecation warning in CMake 3.19 and above.