You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to fix this issue by changing the REGEX to [0-9]+\\.[0-9]+\\.[0-9]+$ . Should this be changed? It may be a change in how REGEX is handled in newer versions of Cmake.
Just go ahead issue a pull request to fix that character. Regarding CMake: looks like Trilinos wants to upgrade that soon. But yeah right now it is technically supposed to work with that older version: though we probably don't have any test whats so ever doing that.
kokkos/cmake/kokkos_functions.cmake
Line 50 in d3a9419
All:
I was building Trilinos using an ancient version of Cmake (2.8.12.2) and ran into this particular error:
CMake Error at packages/kokkos/cmake/kokkos_functions.cmake:50 (string):
Syntax error in cmake code at
when parsing string
Invalid escape sequence .
I was able to fix this issue by changing the REGEX to [0-9]+\\.[0-9]+\\.[0-9]+$ . Should this be changed? It may be a change in how REGEX is handled in newer versions of Cmake.
Thanks!
@mhoemmen
The text was updated successfully, but these errors were encountered: