CMP0106.rst 702 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. .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.18
  13. .. |WARNS_OR_DOES_NOT_WARN| replace:: warns
  14. .. include:: STANDARD_ADVICE.txt
  15. .. include:: DEPRECATED.txt