mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06: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
|