[cmake-developers] Add command line options for deprecation message control

Brad King brad.king at kitware.com
Fri Dec 4 08:27:37 EST 2015


On 12/03/2015 05:56 PM, Michael Scott wrote:
>> Thanks.  Applied with minor tweaks and merged to 'next' for testing:
> 
> That's great, thanks. Now that the patches are in, would you say it's 
> better to work on adding a deprecated toggle option to the cmake-gui, or 
> to work on adding support for upgrading warnings to errors?

Let's start with the toggle because that will make cmake-gui able
to set the option just like the command line.  Note that as part
of integrating your changes I changed the CMAKE_WARN_DEPRECATED
cache entry to INTERNAL instead of BOOL so it won't show up in
the cmake-gui.  Therefore a dedicated switch would be useful.

Thanks,
-Brad



More information about the cmake-developers mailing list