Commit 658424b29efbc758541a790193c42171bb7fa965

Derzsi Dániel 2019-07-26T22:52:03

[cmake] Fix CMake build on newer CMake versions 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.