Re: [cmake-developers] Android Support

2016-09-27 Thread David Neto via cmake-developers
Sounds good to me. Sorry if I caused concern. thanks david On Tue, Sep 27, 2016 at 7:51 AM Brad King wrote: > On 09/26/2016 05:50 PM, David Neto wrote: > >> I just don't want to have 2 toolchains to support, that would be really > terrible :( > > > > I work for Google

Re: [cmake-developers] [PATCH] Sort list of files for aux_source_directory() and file(glob, *)

2016-09-27 Thread Brad King
On 09/27/2016 12:20 AM, Junghyun Kim wrote: > If aux_source_directory(. SRCS) or file(glob SRCS "*.c") is used > files in SRCS are not sorted. The file(GLOB) command sorts as of CMake 3.6: file: Sort GLOB results to make it deterministic (#14491)

Re: [cmake-developers] Android Support

2016-09-27 Thread Brad King
On 09/26/2016 05:50 PM, David Neto wrote: >> I just don't want to have 2 toolchains to support, that would be really >> terrible :( > > I work for Google but not in this area, and I don't know who is doing this > support. > I suspect this is just an accidental duplication of effort. I have

Re: [cmake-developers] [PATCH] Sort list of files for aux_source_directory() and file(glob,*)

2016-09-27 Thread Junghyun Kim
Thanks for the information.   I am very happy that I do not need to justify the necessity of this feature.   On the other hand, I think this feature should also be applied to aux_source_directory() in order to support legacy projects.   There are two ways to implement it. 1) Add the

Re: [cmake-developers] Android Support

2016-09-27 Thread Robert Dailey
On Tue, Sep 27, 2016 at 10:39 AM, Brad King wrote: > On 09/27/2016 11:28 AM, Florent Castelli wrote: >> Is there any plan on having their toolchain in CMake directly at some point? > > No. Their toolchain files are designed to be loaded from the NDK. They > compute things

Re: [cmake-developers] Android Support

2016-09-27 Thread Brad King
On 09/27/2016 11:28 AM, Florent Castelli wrote: > Is there any plan on having their toolchain in CMake directly at some point? No. Their toolchain files are designed to be loaded from the NDK. They compute things relative to their own location and are meant to know exactly what is there. The

Re: [cmake-developers] Android Support

2016-09-27 Thread Florent Castelli
That’s great to know, thanks! Is there any plan on having their toolchain in CMake directly at some point? I’m afraid that even if they update their options to use the upstream support, they may not allow using those options directly and we’ll still have to support 2 toolchains. That’s

Re: [cmake-developers] Android Support

2016-09-27 Thread Brad King
On 09/27/2016 12:23 PM, Robert Dailey wrote: > Brad, do you have a guide or walkthrough for the new CMake integration > features of 3.7 that I can read? It's documented in the cmake-toolchains(7) manual: