Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-18 Thread Dmitry Polyanitsa
Polyanitsa Cc: Robert Goulet; cmake-developers@cmake.org Subject: Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names On 12/17/2014 09:22 AM, Dmitry Polyanitsa wrote: adds ANDROID_API_MIN/CMAKE_ANDROID_API_MIN which will allow you to set the Min Android API Level in your

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-17 Thread Dmitry Polyanitsa
:36 PM To: Dmitry Polyanitsa; Brad King Cc: cmake-developers@cmake.org Subject: RE: [cmake-developers] CMake 3.1 Android - generator expressions and output names Yes but in our case, we target API 19 (4.4), and min seems to defaults to 9 (2.3) with CMake, and if we leave the native API to use

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-17 Thread Brad King
On 12/17/2014 09:22 AM, Dmitry Polyanitsa wrote: adds ANDROID_API_MIN/CMAKE_ANDROID_API_MIN which will allow you to set the Min Android API Level in your projects. Thanks. I've applied the patch and merged for testing: Add 'ANDROID_API_MIN' target property to set Android Target MIN API

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-16 Thread Dmitry Polyanitsa
AM To: Robert Goulet; Brad King Cc: cmake-developers@cmake.orgmailto:cmake-developers@cmake.org Subject: RE: [cmake-developers] CMake 3.1 Android - generator expressions and output names We usually advise to upgrade to the latest version. The transition should be smooth, but you may want

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-16 Thread Brad King
On 12/16/2014 06:58 AM, Dmitry Polyanitsa wrote: 3.0r4 has added a popup when opening the solution in Visual Studio stating that the project files generated needs to be upgraded. I'm sure I've submitted a patch for this – please try updating CMake IIUC the patch was this one: VS: Change

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-16 Thread Dmitry Polyanitsa
Polyanitsa; cmake-developers@cmake.org Subject: Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names On 12/16/2014 06:58 AM, Dmitry Polyanitsa wrote: 3.0r4 has added a popup when opening the solution in Visual Studio stating that the project files generated needs

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-16 Thread J Decker
Android - generator expressions and output names On 12/16/2014 06:58 AM, Dmitry Polyanitsa wrote: 3.0r4 has added a popup when opening the solution in Visual Studio stating that the project files generated needs to be upgraded. I'm sure I've submitted a patch for this - please try updating

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-16 Thread Robert Goulet
...@nvidia.com] Sent: Tuesday, December 16, 2014 8:46 AM To: Brad King; Robert Goulet Cc: cmake-developers@cmake.org Subject: RE: [cmake-developers] CMake 3.1 Android - generator expressions and output names Yes, that's the one. Nsight Tegra will upgrade the projects without a prompt, but only starting

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-16 Thread Dmitry Polyanitsa
; Brad King Cc: cmake-developers@cmake.org Subject: RE: [cmake-developers] CMake 3.1 Android - generator expressions and output names Upgrading to CMake 3.1-rc3 indeed fixed the upgrade popup upon opening generated solution/project files when using NVidia NSight Tegra 3.0r4, however the value

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-16 Thread Robert Goulet
Message- From: Dmitry Polyanitsa [mailto:dpolyani...@nvidia.com] Sent: Tuesday, December 16, 2014 11:09 AM To: Robert Goulet; Brad King Cc: cmake-developers@cmake.org Subject: RE: [cmake-developers] CMake 3.1 Android - generator expressions and output names Native Android API Level really

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-15 Thread Robert Goulet
@cmake.org Subject: RE: [cmake-developers] CMake 3.1 Android - generator expressions and output names We usually advise to upgrade to the latest version. The transition should be smooth, but you may want to install TADP 3.0r4 on one of the machines first to check all's good before updating

[cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-02 Thread Robert Goulet
Perhaps it would be nice to have a generator expression that refers to the .apk file produced when compiling for Android? Also, it would make sense that the .apk output name respect the names that we set using the target properties OUTPUT_NAME_CONFIG. Right now it uses the project's name for

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-02 Thread Brad King
Hi Robert, Thanks for trying out the Nsight Tegra generator support. It is brand new so we are just at the beginning of the maturation process. We would appreciate any help you can provide. On 12/02/2014 02:24 PM, Robert Goulet wrote: Perhaps it would be nice to have a generator expression