Re: [CMake] Need info on how cmake messages output is formatted

2018-09-09 Thread Martin Weber
Am Freitag, 7. September 2018, 20:48:27 CEST schrieb Mateusz Loskot: > On Fri, 7 Sep 2018 at 20:08, Martin Weber wrote: > > Any pointers to cmake sources are also welcome. Thank you! > > AFAIC, the message is printed via > cmMessenger::DisplayMessage > called by > cmMessenger::IssueMessage > wh

Re: [CMake] Need info on how cmake messages output is formatted

2018-09-07 Thread Mateusz Loskot
On Fri, 7 Sep 2018 at 20:08, Martin Weber wrote: > Any pointers to cmake sources are also welcome. AFAIC, the message is printed via cmMessenger::DisplayMessage called by cmMessenger::IssueMessage which is typically called by cmake::IssueMessage So, searching the CMake sources for invocations of

[CMake] Need info on how cmake messages output is formatted

2018-09-07 Thread Martin Weber
Hi all, subject says most of it. I'm trying parse the output of cmake from the generation phase (-G option) in order to create error markers in Eclipse. Are there any general rules on how the output is structured, especially those multi-line messages? Any pointers to cmake sources are also welc