remove-old-compatibility.rst 752 B

1234567891011121314
  1. remove-old-compatibility
  2. ------------------------
  3. * Compatibility with versions of CMake older than 3.5 has been removed.
  4. Calls to :command:`cmake_minimum_required` or :command:`cmake_policy`
  5. that set the policy version to an older value now issue an error.
  6. Note that calls to those commands can still support older versions of
  7. CMake by using their ``VERSION`` arguments' ``<min>...<max>`` syntax.
  8. This requires only the ``<min>`` version of CMake, but when running a
  9. newer version, sets policies up to the ``<max>`` version.
  10. * The :generator:`Visual Studio 14 2015` and :generator:`Visual Studio 15 2017`
  11. generators no longer support specifying a platform as part of the generator
  12. name. See :ref:`Visual Studio Platform Selection`.