Files
CMake/Tests/RunCMake/find_package/CMP0188-NEW.cmake
Brad King 2123244746 FindGCCXML: Add policy to remove this module
GCC-XML has been superseded by CastXML for a long time.

Closes: #26687
2025-02-17 11:35:25 -05:00

8 lines
185 B
CMake

cmake_policy(SET CMP0188 NEW)
set(_FindGCCXML_testing TRUE)
find_package(GCCXML MODULE)
if(_FindGCCXML_included)
message(FATAL_ERROR "FindGCCXML.cmake erroneously included")
endif()