Re: [cmake-developers] A goal for a simple Android toolchain file.

2014-03-31 Thread Stephen Kelly
Eric Wing wrote: I'm thinking it will probably be two weeks before I get back to Android. (If things go really well, maybe late next week.) Sounds good. I'd like to start by syncing up on a simple hello world executable and iterating toward the complex stuff. Can we chat on IRC to get on

Re: [cmake-developers] A goal for a simple Android toolchain file.

2014-03-31 Thread Brad King
On 03/27/2014 11:09 PM, Eric Wing wrote: One other issue I would like to see fixed is that it is impossible to change some of the settings like architecture after the first generation. I find that this makes the CMake GUI interface completely useless to me and I always have to load up all my

Re: [cmake-developers] A goal for a simple Android toolchain file.

2014-03-28 Thread Stephen Kelly
Eric Wing wrote: I expect so, but knowing what the needs are helps inform what those changes might look like. http://public.kitware.com/Bug/view.php?id=14539 I'm not sure either. I recall an old thread about this That thread is presumably the first link in the bug report I linked.

Re: [cmake-developers] A goal for a simple Android toolchain file.

2014-03-28 Thread Eric Wing
On 3/28/14, Stephen Kelly steve...@gmail.com wrote: Eric Wing wrote: I expect so, but knowing what the needs are helps inform what those changes might look like. http://public.kitware.com/Bug/view.php?id=14539 I'm not sure either. I recall an old thread about this That thread is

Re: [cmake-developers] A goal for a simple Android toolchain file.

2014-03-27 Thread Eric Wing
On 3/26/14, Stephen Kelly steve...@gmail.com wrote: Eric Wing wrote: I have been using my fork of the Android-CMake (originally from OpenCV) that you want to obsolete. My fork contains a lot of fixes to deal with more recent NDK updates and more complicated requirements that I have.

Re: [cmake-developers] A goal for a simple Android toolchain file.

2014-03-26 Thread Stephen Kelly
Eric Wing wrote: I have been using my fork of the Android-CMake (originally from OpenCV) that you want to obsolete. My fork contains a lot of fixes to deal with more recent NDK updates and more complicated requirements that I have. https://bitbucket.org/ewing/android-cmake It's great to have

Re: [cmake-developers] A goal for a simple Android toolchain file.

2014-03-23 Thread Eric Wing
On 3/21/14, Stephen Kelly steve...@gmail.com wrote: Hi, I'd like it to be this easy to create an Android toolchain file: set(CMAKE_SYSTEM_NAME Android) set(ANDROID_SDK_ROOT /home/stephen/android/android-sdk-linux/) set(ANDROID_NDK_ROOT /home/stephen/android/android-ndk-r9/)

[cmake-developers] A goal for a simple Android toolchain file.

2014-03-21 Thread Stephen Kelly
Hi, I'd like it to be this easy to create an Android toolchain file: set(CMAKE_SYSTEM_NAME Android) set(ANDROID_SDK_ROOT /home/stephen/android/android-sdk-linux/) set(ANDROID_NDK_ROOT /home/stephen/android/android-ndk-r9/) set(ANDROID_NDK_PLATFORM android-18)