Re: [cmake-developers] iOS: direction to official support and questions

2017-09-26 Thread Raffi Enficiaud
Le 21.09.17 à 23:38, Raffi Enficiaud a écrit : Le 08.08.17 à 14:08, Raffi Enficiaud a écrit : Hi CMake ML, I am quite new to the topic of making toolchain files. However I need to build a not so trivial application for iOS and I want to do it with CMake, and if possible walk toward an official

Re: [cmake-developers] Native Compilers

2017-09-26 Thread Alexander Neundorf
On 2017 M09 26, Tue 16:21:21 CEST Kevin Funk wrote: > On Monday, 25 September 2017 20:39:01 CEST Ivam Pretti wrote: > > When you use cmake-gui, below the button configure there is an option to > > choose the compiler. This compilers are alredy intalled with cmake or it > > needs to install

Re: [cmake-developers] CMP0071

2017-09-26 Thread clinton
- On Sep 26, 2017, at 9:31 AM, Sebastian Holtermann sebl...@xwmw.org wrote: > On Dienstag, 26. September 2017 09:25:36 CEST clin...@elemtech.com wrote: >> - On Sep 26, 2017, at 9:07 AM, Sebastian Holtermann sebl...@xwmw.org > wrote: >> >> I updated and I'm getting this: >> >> >> >> CMake

Re: [cmake-developers] CMP0071

2017-09-26 Thread Sebastian Holtermann
On Dienstag, 26. September 2017 11:49:18 CEST Brad King wrote: > On 09/26/2017 11:15 AM, Sebastian Holtermann wrote: > > "cmake --help-policy CMP0071" already mentions SKIP_AUTOMOC. > > Should the warning mention SKIP_AUTOMOC as well? > > Yes, please. It removes an indirection. Okay, I got the

Re: [cmake-developers] CMP0071

2017-09-26 Thread Brad King
On 09/26/2017 11:15 AM, Sebastian Holtermann wrote: > "cmake --help-policy CMP0071" already mentions SKIP_AUTOMOC. > Should the warning mention SKIP_AUTOMOC as well? Yes, please. It removes an indirection. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check

Re: [cmake-developers] CMP0071

2017-09-26 Thread Sebastian Holtermann
On Dienstag, 26. September 2017 09:25:36 CEST clin...@elemtech.com wrote: > - On Sep 26, 2017, at 9:07 AM, Sebastian Holtermann sebl...@xwmw.org wrote: > >> I updated and I'm getting this: > >> > >> CMake Warning (dev) in claro/navigation5/CMakeLists.txt: > >> Policy CMP0071 is not set: Let

Re: [cmake-developers] CMP0071

2017-09-26 Thread clinton
- On Sep 26, 2017, at 9:07 AM, Sebastian Holtermann sebl...@xwmw.org wrote: >> I updated and I'm getting this: >> >> CMake Warning (dev) in claro/navigation5/CMakeLists.txt: >> Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files. >> Run "cmake --help-policy CMP0071"

Re: [cmake-developers] CMP0071

2017-09-26 Thread Sebastian Holtermann
On Dienstag, 26. September 2017 11:04:30 CEST Brad King wrote: > On 09/26/2017 09:32 AM, clin...@elemtech.com wrote: > > CMake Warning (dev) in claro/navigation5/CMakeLists.txt: > > Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED > > files. Run "cmake --help-policy CMP0071"

Re: [cmake-developers] CMP0071

2017-09-26 Thread Brad King
On 09/26/2017 11:07 AM, Sebastian Holtermann wrote: >> AUTOMOC: Ignoring GENERATED header file(s): >> >> "/path/to/ui_SomeFile.h" >> "/path/to/qrc_AnotherFile.cpp" > > You can set the source file property SKIP_AUTOMOC on the GENERATED files. Sebastian, please revise the policy warning to mention

Re: [cmake-developers] CMP0071

2017-09-26 Thread Sebastian Holtermann
> I updated and I'm getting this: > > CMake Warning (dev) in claro/navigation5/CMakeLists.txt: > Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files. > Run "cmake --help-policy CMP0071" for policy details. Use the cmake_policy > command to set the policy and suppress this

Re: [cmake-developers] CMP0071

2017-09-26 Thread Brad King
On 09/26/2017 09:32 AM, clin...@elemtech.com wrote: > CMake Warning (dev) in claro/navigation5/CMakeLists.txt: >   Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files. >   Run "cmake --help-policy CMP0071" for policy details.  Use the cmake_policy >   command to set the

[cmake-developers] CMP0071

2017-09-26 Thread clinton
I updated and I'm getting this: CMake Warning (dev) in claro/navigation5/CMakeLists.txt: Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files. Run "cmake --help-policy CMP0071" for policy details. Use the cmake_policy command to set the policy and suppress this warning.

Re: [cmake-developers] Native Compilers

2017-09-26 Thread Kevin Funk
On Monday, 25 September 2017 20:39:01 CEST Ivam Pretti wrote: > When you use cmake-gui, below the button configure there is an option to > choose the compiler. This compilers are alredy intalled with cmake or it > needs to install separetely? > > Another question, when you specify a for example

Re: [cmake-developers] Native Compilers

2017-09-26 Thread Jean-Michaël Celerier
> This compilers are alredy intalled with cmake or it needs to install separetely? You need to install them separately. > Another question, when you specify a for example kdevelop files is it necessary to run at kdevelop to get the executables files? Yes. The pipeline is like this : * Give a