DEPRECATED_POLICY_VERSIONS.txt 1.0 KB

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