cmake/Tests/RunCMake/get_filename_component/UnknownComponent.cmake
2021-09-14 00:13:48 +02: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")