policy-version-range.rst 409 B

12345678
  1. policy-version-range
  2. --------------------
  3. * The :command:`cmake_minimum_required` and :command:`cmake_policy(VERSION)`
  4. commands now accept a version range using the form ``<min>[...<max>]``.
  5. The ``<min>`` version is required but policies are set based on the
  6. ``<max>`` version. This allows projects to specify a range of versions
  7. for which they have been updated and avoid explicit policy settings.