summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/get_filename_component/UnknownComponent.cmake
blob: 19521ba463ce5a9884349d87d756cfe947791192 (plain)
1
2
get_filename_component(var "/path/to/filename.ext.in" BOGUS)
message("The error is fatal, so this should not print")