mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
2123244746
GCC-XML has been superseded by CastXML for a long time. Closes: #26687
8 lines
170 B
CMake
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()
|