Proper error message for non-found exe in run_target. Closes #3818
parent
7b2a07bcf9
commit
dc683218a4
2 changed files with 6 additions and 0 deletions
@ -0,0 +1,4 @@ |
||||
project('unfound runtarget') |
||||
|
||||
exe = find_program('nonexisting_prog', required : false) |
||||
run_target('invoke_fail', command : [exe]) |
Loading…
Reference in new issue