When we're using the output of configure_file() with override_find_program(), we weren't storing the version anywhere, so get_version() was trying to run the script during setup. This is usually fine, except in cases where the configure_file() script actually has to import a library built as part of the project, and fails to run. For built executables, we simply use the project version, and we now do the same here too.pull/13735/head
parent
9294c81fc1
commit
fb4995a2c6
2 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue