cmake/Tests/RunCMake/get_filename_component/UnknownComponent.cmake

3 lines
117 B
CMake
Raw Normal View History

2013-11-03 12:27:13 +02:00
get_filename_component(var "/path/to/filename.ext.in" BOGUS)
2021-09-14 00:13:48 +02:00
message("The error is fatal, so this should not print")