This allows tools like llvm-config to be selected from the config file Fixes: #3327pull/4216/head
parent
42ddc30cfe
commit
caf1066cd1
4 changed files with 13 additions and 1 deletions
@ -1,5 +1,5 @@ |
||||
option( |
||||
'case', |
||||
type : 'combo', |
||||
choices : ['find_program'] |
||||
choices : ['find_program', 'config_dep'] |
||||
) |
||||
|
Loading…
Reference in new issue