[cmake-developers] patch VS2010 generator : handle VS_GLOBAL_RootNamespace as well as VS_GLOBAL_ROOTNAMESPACE

Brad King brad.king at kitware.com
Wed Jul 20 11:41:01 EDT 2016


On 07/20/2016 11:22 AM, Benjamin Ballet via cmake-developers wrote:
> I used VS_GLOBAL_RootNamespace (a specialized version of
> VS_GLOBAL_<variable> property) instead of VS_GLOBAL_ROOTNAMESPACE.
> 
> So here is a patch

Thanks, applied:

 VS: Handle VS_GLOBAL_RootNamespace special case
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8aa97fba

> In my opinion, VS_GLOBAL_ROOTNAMESPACE with VS_GLOBAL_PROJECT_TYPE
> and VS_GLOBAL_KEYWORD should be tagged as deprecated and users
> should be redirected to VS_GLOBAL_<variable>. It would be simpler.

Perhaps, though your patch would still be needed for the special
handling of RootNamespace.

Thanks,
-Brad



More information about the cmake-developers mailing list