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