Skip to content

Commit

Permalink
Add double backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 27, 2023
1 parent ad4a516 commit 0c7baa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmexclass/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ macro(MatlabConfigure)
message(STATUS "File content:")
message(STATUS "${VERSION_INFO_TEXT}")

string(REGEX MATCH "<version>[\S]+<\/version>" STRING_MATCH ${VERSION_INFO_TEXT})
string(REGEX MATCH "<version>[\\S]+<\/version>" STRING_MATCH ${VERSION_INFO_TEXT})
message(STATUS "STRING_MATCH = ${STRING_MATCH}")

if (NOT DEFINED MATLAB_RELEASE_VERSION)
Expand Down

0 comments on commit 0c7baa8

Please sign in to comment.