[cmake-developers] [PATCH] User may now specify toolset through CMake GUI
Brad King
brad.king at kitware.com
Tue Nov 17 10:27:17 EST 2015
On 11/16/2015 10:52 PM, Robert Dailey wrote:
> I also forgot to mention that this patch is based on the 'next'
> branch. Originally it was based on 'master' but I rebased it to
> 'next'. Let me know if this is correct. I'm assuming the master branch
> is used for maintenance releases only and would not be appropriate for
> such a change.
Actually 'release' is for maintenance, 'master' is for development,
and 'next' is for testing. Patches should be based on 'master' as
mentioned in CONTRIBUTING.rst. In this case I was able to apply
the patch cleanly to 'master' anyway.
Applied with a few tweaks:
cmake-gui: Add option to specify generator toolset
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2b958a20
The dialog box option works for me with VS and Xcode generators.
Thanks,
-Brad
More information about the cmake-developers
mailing list