mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Old implementation uses involved Flex input management technique that requires usage of obsolete YY_INPUT macro. This causes a lot of useless allocations and byte-by-byte scanning. New implementation avoids those hacks, it uses yy_scan_string() API to setup Flex input. Also it fixes reporting of syntax error position and corresponding tests.
13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
CMake Error at ParenInVarName1.cmake:4 \(message\):
|
|
Syntax error in cmake code at
|
|
|
|
.*/Tests/RunCMake/Syntax/ParenInVarName1.cmake:4
|
|
|
|
when parsing string
|
|
|
|
-->\${e\(x\)}<--
|
|
|
|
syntax error, unexpected cal_SYMBOL, expecting } \(6\)
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|