CMP0196.rst 812 B

1234567891011121314151617181920212223
  1. CMP0196
  2. -------
  3. .. versionadded:: 4.1
  4. The :module:`CMakeDetermineVSServicePack` module is removed.
  5. The ``CMakeDetermineVSServicePack`` module has long been superseded by
  6. the :variable:`CMAKE_<LANG>_COMPILER_VERSION` variable, and the module
  7. has been documented as deprecated since CMake 3.0. CMake 4.1 and above
  8. prefer to not provide the module. This policy provides compatibility
  9. for projects that have not been ported away from it.
  10. The ``OLD`` behavior of this policy is for
  11. ``include(CMakeDetermineVSServicePack)`` to load the deprecated module.
  12. The ``NEW`` behavior halts with a fatal error if anything tries to include
  13. the module.
  14. .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 4.1
  15. .. |WARNS_OR_DOES_NOT_WARN| replace:: warns
  16. .. include:: include/STANDARD_ADVICE.rst
  17. .. include:: include/DEPRECATED.rst