ExternalProgram currently assumes that if a command is passed it exists and can be used as is. In case we extract the path from pkgconfig the path might not exist, on Windows it might be missing the ".exe" suffix. By passing the variables as a name ExternalProgram will validate that the command exists at configure time and will fail if not, and it will try to fixup the command by appending .exe etc. Fixes #12271pull/11875/merge
parent
184927eaf5
commit
d7b25662ce
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue