Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
include
/
CMP0188-OLD.cmake
blob: 34d5ad4a2edf8e0f6b685c607c55a584256ec8d0 [
file
] [
log
] [
blame
] [
edit
]
cmake_policy
(
SET CMP0188 OLD
)
set
(
_FindGCCXML_testing
1
)
include
(
FindGCCXML
)
if
(
NOT
_FindGCCXML_included
)
message
(
FATAL_ERROR
"FindGCCXML.cmake not included"
)
endif
()