-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake: Configuration failure with ++
in abs path
#1071
Labels
Comments
https://gitlab.kitware.com/cmake/cmake/-/issues/18580#note_483128 Recommendation from CMake's Brad string(REGEX REPLACE "([][+.*()^])" "\\\\\\1" regex "${string}") |
All cases of |
Robadob
added a commit
that referenced
this issue
Jul 7, 2023
ptheywood
changed the title
CMake: Configuration failure with
CMake: Configuration failure with Jul 10, 2023
+
in abs path++
in abs path
ptheywood
pushed a commit
that referenced
this issue
Jul 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When cpplint is found and enabled, configuring cmake within a directory containing
++
character in the path results in a regular expression compilation failure at:FLAMEGPU2/cmake/cpplint.cmake
Line 52 in 86197b6
We will need to somehow escape the offending
++
(and other patterns that woudl need escaping" from${FLAMEGPU_ROOT}
.This would also need applying tyo any other CMake Regex use, which uses a path as the filter, or a user-supplied filter (if any)
The text was updated successfully, but these errors were encountered: