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
-
On Aug 27, 2015, at 6:39 AM, Brad King 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 do
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 somewher
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