Unfortunately, newer CMake versions die during regex variable extraction, causing the build to fail. This is caused by the lack of escaping used around variables in the extract_make_variable function, causing these variables to be automatically unwrapped into empty strings.pull/1872/head
parent
6d53cda1ba
commit
658424b29e
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue