CMP0106.rst 796 B

123456789101112131415161718192021
  1. CMP0106
  2. -------
  3. .. versionadded:: 3.18
  4. The :module:`Documentation` module is removed.
  5. The :module:`Documentation` was added as a support mechanism for the VTK
  6. project and was tuned for that project. Instead of CMake providing this module
  7. with (now old) VTK patterns for cache variables and required packages, the
  8. module is now deprecated by CMake itself.
  9. The ``OLD`` behavior of this policy is for :module:`Documentation` to add
  10. cache variables and find VTK documentation dependent packages. The ``NEW``
  11. behavior is to act as an empty module.
  12. This policy was introduced in CMake version 3.18. CMake version |release|
  13. warns when the policy is not set and uses ``OLD`` behavior. Use the
  14. :command:`cmake_policy` command to set it to ``OLD`` or ``NEW`` explicitly.
  15. .. include:: DEPRECATED.txt