CMP0191.rst 715 B

123456789101112131415161718192021
  1. CMP0191
  2. -------
  3. .. versionadded:: 4.1
  4. The :module:`FindCABLE` module is removed.
  5. CMake 4.0 and below provide the :module:`FindCABLE` module, but the CABLE
  6. tool is no longer maintained. CMake 4.1 and above prefer to not provide
  7. the :module:`FindCABLE` module. This policy provides compatibility for
  8. projects that have not been ported away from it.
  9. The ``OLD`` behavior of this policy is for ``find_package(CABLE)`` to load
  10. the deprecated module. The ``NEW`` behavior is for ``find_package(CABLE)``
  11. to fail as if the module does not exist.
  12. .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 4.1
  13. .. |WARNS_OR_DOES_NOT_WARN| replace:: warns
  14. .. include:: include/STANDARD_ADVICE.rst
  15. .. include:: include/DEPRECATED.rst