mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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()
|