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