CMake/Tests/RunCMake/include/CMP0188-OLD.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
170 B
CMake

cmake_policy(SET CMP0188 OLD)
set(_FindGCCXML_testing 1)
include(FindGCCXML)
if(NOT _FindGCCXML_included)
message(FATAL_ERROR "FindGCCXML.cmake not included")
endif()