Files
CMake/Tests/RunCMake/get_filename_component/UnknownComponent.cmake
Asit Dhal 470b3a76b3 get_filename_component: make errors fatal
Make all errors in `get_filename_component` fatal.

Fixes: #20015
2020-06-18 10:01:45 -04:00

3 lines
117 B
CMake

get_filename_component(var "/path/to/filename.ext.in" BOGUS)
message("The error is fatal, so this should not print")