mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Track the line number while parsing `CMakeCache.txt` files and include it in a parse failure error message.
8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
// This is valid
|
|
VALID:BOOL=TRUE
|
|
|
|
// This isn't
|
|
|
|
// One final entry
|
|
FINAL:BOOL=TRUE
|