Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
get_filename_component
/
UnknownComponent.cmake
blob: 19521ba463ce5a9884349d87d756cfe947791192 [
file
]
get_filename_component
(
var
"/path/to/filename.ext.in"
BOGUS
)
message
(
"The error is fatal, so this should not print"
)