mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Preserve backslashes in arguments passed to macros by re-escaping them before substituting in the macro body, where they will be parsed again. Fixes: #19281, #22157, #23641, #25803, #27645, #20891
14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
CMake Error at Escape2\.cmake:[0-9]+ \(message\):
|
|
Syntax error in cmake code at
|
|
|
|
.*/Tests/RunCMake/Syntax/Escape2\.cmake:[0-9]+
|
|
|
|
when parsing string
|
|
|
|
\\
|
|
|
|
Invalid character escape '\\' \(at end of input\)\.
|
|
Call Stack \(most recent call first\):
|
|
Escape2\.cmake:[0-9]+ \(escape\)
|
|
CMakeLists\.txt:3 \(include\)
|