Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d6993e593d774b2fa681d39ea9d1e24e305c459d
/
.
/
Tests
/
RunCMake
/
find_package
/
MissingConfigRequired.cmake
blob: 0ae67023a86225185e8e7e42e78858799f91a50e [
file
]
find_package
(
NotHere
CONFIG REQUIRED
)
message
(
FATAL_ERROR
"This error must not be reachable."
)