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