mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-11 17:49:38 -06:00
8 lines
162 B
CMake
8 lines
162 B
CMake
# Do not set CMP0188.
|
|
set(_FindGCCXML_testing 1)
|
|
include(FindGCCXML)
|
|
|
|
if(NOT _FindGCCXML_included)
|
|
message(FATAL_ERROR "FindGCCXML.cmake not included")
|
|
endif()
|