mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: Improved filename/line number reporting in error message. Macro invocations now chain up the error message.
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
*/
|
||||
static bool ParseFunction(std::ifstream&, cmListFileFunction& function,
|
||||
const char* filename, bool& parseError,
|
||||
long* line = 0);
|
||||
long& line);
|
||||
|
||||
/**
|
||||
* Extract white-space separated arguments from a string.
|
||||
|
||||
Reference in New Issue
Block a user