mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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()
|