Re: [CMake] Xcode duplicate filename issue?

2017-06-26 Thread Robert Maynard
> return 0; > } > > > > source.cpp (2): > > int subdir(int x) > { > int total = 0; > > for( int i=0; i { > total += x; > } > > return total; > } > > > > empty.cpp is empty > > > > Thank you! > > __

Re: [CMake] Xcode duplicate filename issue?

2017-06-26 Thread Watson, Andre
) { int total = 0; for( int i=0; i Sent: Monday, June 26, 2017 12:35:12 PM To: Watson, Andre; cmake@cmake.org Subject: Re: [CMake] Xcode duplicate filename issue? Hello, On 6/26/17 8:12 PM, Watson, Andre wrote: > We're currently migrating a huge internal system over to CMake, a

Re: [CMake] Xcode duplicate filename issue?

2017-06-26 Thread Gregor Jasny via CMake
Hello, On 6/26/17 8:12 PM, Watson, Andre wrote: > We're currently migrating a huge internal system over to CMake, and we're > nearing completion, but have run into an issue with the generated Xcode > projects. We build this system on Windows, Linux, and Mac (both makefile and > Xcode). On all

[CMake] Xcode duplicate filename issue?

2017-06-26 Thread Watson, Andre
Hello, my name is Andre Watson and I work at Intuit working on the TurboTax line of products. We're currently migrating a huge internal system over to CMake, and we're nearing completion, but have run into an issue with the generated Xcode projects. We build this system on Windows, Linux, and