Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_package
/
CMP0188-OLD.cmake
blob: dc48c43ad1f18c65479ef1ce3c036cd601689d40 [
file
]
cmake_policy
(
SET CMP0188 OLD
)
set
(
_FindGCCXML_testing
TRUE
)
find_package
(
GCCXML MODULE
)
if
(
NOT
_FindGCCXML_included
)
message
(
FATAL_ERROR
"FindGCCXML.cmake not included"
)
endif
()