Re: Enabling Exceptions in CMake

2014-08-11 Thread Aleix Pol
On Mon, Aug 11, 2014 at 10:22 AM, David Narvaez david.narv...@computer.org wrote: On Sun, Aug 10, 2014 at 5:03 PM, Aleix Pol aleix...@kde.org wrote: From kde-modules/KDECompilerSettings.cmake # kde_enable_exceptions() # # Enables exceptions for C++ source files compiled for the #

Re: Enabling Exceptions in CMake

2014-08-11 Thread David Narvaez
On Mon, Aug 11, 2014 at 4:52 AM, Aleix Pol aleix...@kde.org wrote: Well, you can document it together with the funcion that enables exceptions at least. OK, documented at https://techbase.kde.org/index.php?title=Development/ECM_SourceIncompatChangesdiff=82951oldid=82898 David E. Narvaez

Enabling Exceptions in CMake

2014-08-10 Thread David Narvaez
Hi, I just noticed the old CMake line my project used to enable exceptions on a single file was not working and I dug into the ECM modules to find the correct way to do that. But I don't see exceptions mentioned in the ECM SIC page[0], should that documentation be there? i.e., is this considered