Re: [cmake-developers] [PATCH] Add support for Xcode ORGANIZATIONNAME project setting via CMAKE_XCODE_ORGANIZATIONNAME.

2015-08-28 Thread Brad King
On 08/27/2015 11:30 AM, Cody Krieger wrote: Updated patch attached. Thanks. Please also update the Tests/RunCMake/XcodeProject test to cover this feature. It has infrastructure to check the generated project file for expected content. Sorry I forgot to mention this last time. Thanks, -Brad

Re: [cmake-developers] [PATCH] Add support for Xcode ORGANIZATIONNAME project setting via CMAKE_XCODE_ORGANIZATIONNAME.

2015-08-27 Thread Brad King
On 08/25/2015 01:00 PM, Cody Krieger wrote: // Created by Joe Schmoe on 8/25/15. // Copyright (c) 2015 My Company, Inc. All rights reserved. CMake-generated Xcode project files are not meant for redistribution. What other effects does such a notice have? Does it appear in the IDE somewhere?

Re: [cmake-developers] [PATCH] Add support for Xcode ORGANIZATIONNAME project setting via CMAKE_XCODE_ORGANIZATIONNAME.

2015-08-27 Thread Cody Krieger
On Aug 27, 2015, at 6:39 AM, Brad King brad.k...@kitware.com wrote:On 08/25/2015 01:00 PM, Cody Krieger wrote:// Created by Joe Schmoe on 8/25/15.// Copyright (c) 2015 My Company, Inc. All rights reserved.CMake-generated Xcode project files are not meant for redistribution.What other effects does

[cmake-developers] [PATCH] Add support for Xcode ORGANIZATIONNAME project setting via CMAKE_XCODE_ORGANIZATIONNAME.

2015-08-25 Thread Cody Krieger
Hi all, Using the Xcode project generator, there didn't seem to be a way to specify a project-level organization name, so I added the ability to do just that by setting CMAKE_XCODE_ORGANIZATIONNAME. For example, if CMAKE_XCODE_ORGANIZATIONNAME is set to My Company, Inc., when you create new