[cmake-developers] Android Support

Florent Castelli florent.castelli at gmail.com
Mon Sep 26 17:23:33 EDT 2016


On 12/09/2016 15:09, Brad King wrote:
> On 09/09/2016 04:04 PM, Robert Dailey wrote:
>> Currently nightly builds are tagged 3.6.2. Are there no nightly builds
>> for 3.7 or am I missing something?
> They are 3.6.2.$date, indicating post-3.6 feature development.
> See the documentation of CMAKE_VERSION:
>
>   https://cmake.org/cmake/help/v3.6/variable/CMAKE_VERSION.html
>
> -Brad

Resurrecting this!

I've seen that the Android Gradle build tools now have an official CMake 
plugin that has a custom 3.6 version with a custom toolchain and Android 
platform support.
https://developer.android.com/ndk/guides/cmake.html#variables

The problem is that they have a set of configuration options for their 
toolchain that is similar to what you have, but incompatible.

Have you tried working it out with Google? Maybe dropping your 
implementation and integrate theirs as they released it first and 
started documenting it?

I just don't want to have 2 toolchains to support, that would be really 
terrible :(


/Orphis



More information about the cmake-developers mailing list