Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_package
/
MissingNormalRequired.cmake
blob: 33353d8cda21bdd04b6953ab61ba0a4cb07b89cf [
file
]
find_package
(
NotHere
REQUIRED
)
message
(
FATAL_ERROR
"This error must not be reachable."
)