Re: [CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-12 Thread Gilles Khouzam
cmake-boun...@cmake.org] On Behalf Of James Johnston Sent: Thursday, August 6, 2015 09:59 To: cmake@cmake.org Subject: Re: [CMake] on cmake supporting one arch per project (from CMake IR) > -Original Message- > From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Greg Marr &

Re: [CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-06 Thread James Johnston
> -Original Message- > From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Greg Marr > Sent: Wednesday, August 05, 2015 18:42 > To: Raymond Wan; Scott Aron Bloom > Cc: cmake@cmake.org > Subject: Re: [CMake] on cmake supporting one arch per project (from > CMak

Re: [CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-05 Thread Scott Aron Bloom
Subject: RE: [CMake] on cmake supporting one arch per project (from CMake IR) "Since CMake is the one generating the project files, it is obvious that it should be the one that is updated to add this support. The current lack of support is not due to any kind of limitation in any of the IDE

Re: [CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-05 Thread Greg Marr
"Since CMake is the one generating the project files, it is obvious that it should be the one that is updated to add this support. The current lack of support is not due to any kind of limitation in any of the IDEs, it is purely a limitation of the tool that is generating the project files that

Re: [CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-04 Thread Greg Marr
> H, well, this last point raises the question of whether the > support you're asking is best served by the IDE developers by > "wrapping around" CMake (or some other build tool). Since CMake is the one generating the project files, it is obvious that it should be the one that is updated to a

Re: [CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-04 Thread Scott Aron Bloom
-Original Message- From: Raymond Wan [mailto:rwan.w...@gmail.com] Sent: Tuesday, August 4, 2015 6:53 PM To: Scott Aron Bloom Cc: cmake@cmake.org Subject: Re: [CMake] on cmake supporting one arch per project (from CMake IR) On Wed, Aug 5, 2015 at 8:23 AM, Scott Aron Bloom wrote: >

Re: [CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-04 Thread Raymond Wan
On Wed, Aug 5, 2015 at 8:23 AM, Scott Aron Bloom wrote: > I understand.. However, my point are these. > > First, its no longer just windows, its windows and mac using XCode. > Second, VS and XCode ALREADY support this feature in their IDE. In NON CMake > created project systems, I can have in 1

Re: [CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-04 Thread Scott Aron Bloom
-Original Message- From: Raymond Wan [mailto:rwan.w...@gmail.com] Sent: Tuesday, August 4, 2015 5:14 PM To: Scott Aron Bloom Cc: cmake@cmake.org Subject: Re: [CMake] on cmake supporting one arch per project (from CMake IR) On Wed, Aug 5, 2015 at 7:10 AM, Scott Aron Bloom wrote

Re: [CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-04 Thread Raymond Wan
On Wed, Aug 5, 2015 at 7:10 AM, Scott Aron Bloom wrote: > === > IMO, this is one of the biggest shortcomings of CMake. I understand the > heritage of the CMake world being "make file" based.. I really do.. And I > love having a true "out of source" make file generator for when

Re: [CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-04 Thread Scott Aron Bloom
-Original Message- From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of David Cole via CMake Sent: Tuesday, August 4, 2015 3:11 PM To: Tamás Kenéz Cc: cmake@cmake.org Subject: Re: [CMake] on cmake supporting one arch per project (from CMake IR) There's nothing wrong with

Re: [CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-04 Thread David Cole via CMake
There's nothing wrong with that approach, per se, it simply "doesn't feel natural" to Xcode and Visual Studio users. Xcode and Visual Studio users building modern apps for multiple targeted platforms (phone, tablet, simulated phone/tablet, desktop, other) are used to switching the target platform

[CMake] on cmake supporting one arch per project (from CMake IR)

2015-08-04 Thread Tamás Kenéz
On 2015-07-30 11:51:54 GMT, Nagy-Egri Máté Ferenc via CMake wrote: > how on Earth am I going to build x86/x64/ARM targets from one VS solution? > [...] > the way how CMake has been designed immediately rules it out from ~75% of application development going on in the world in the future (mobile ap