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