-
- Downloads
Correctly escape regex dot in RootNewMacros.cmake
CMake requires two backslashes here (one for escaping the backslash in our string, and then the \. for regex to recognize it's a literal dot).
Loading
Please register or sign in to comment