CMP0188.rst 734 B

123456789101112131415161718192021
  1. CMP0188
  2. -------
  3. .. versionadded:: 4.1
  4. The :module:`FindGCCXML` module is removed.
  5. CMake 4.0 and below provide the :module:`FindGCCXML` module, but the GCC-XML
  6. tool has long been superseded by CastXML. CMake 4.1 and above prefer to not
  7. provide the :module:`FindGCCXML` module. This policy provides compatibility
  8. for projects that have not been ported away from it.
  9. The ``OLD`` behavior of this policy is for ``find_package(GCCXML)`` to load
  10. the deprecated module. The ``NEW`` behavior is for ``find_package(GCCXML)``
  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