On Monday 15 May 2006 22:55, Laurent Montel wrote: > SVN commit 541270 by mlaurent: > > Add message to signal why kresource will not compile > (I think that it will better to have a "configure.in.bot" into cmake)
In other terms, this is a request for a way to collect warnings and show them at the end of the execution. Could be done with kde-specific macros or could be done in cmake. Any CMakeLists.txt in any subdir could "add a message to the list", and then some code that runs at the end of it all (I guess that would be the bottom of the toplevel CMakeLists.txt) would issue those messages. Is there interest for such a feature in cmake or should we implement it with our own macros? -- David Faure, [EMAIL PROTECTED], sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
