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

2017-09-27 Thread Brad King
On 09/27/2017 08:18 AM, Raffi Enficiaud wrote: > For cross-compiling a project on iOS or iOS simulator, and since those 2 > platforms are still Darwin, I believe that: > > * from a user perspective: >* CMAKE_SYSTEM_NAME should be set to "Darwin" >* CMAKE_SYSTEM_VERSION should be set to

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

2017-09-27 Thread Craig Scott
On Thu, Sep 28, 2017 at 7:40 AM, Brad King wrote: > On 09/27/2017 08:18 AM, Raffi Enficiaud wrote: > > For cross-compiling a project on iOS or iOS simulator, and since those 2 > > platforms are still Darwin, I believe that: > > > > * from a user perspective: > >*

Re: [cmake-developers] Tools for handling cross project dependencies

2017-09-27 Thread Egor Pugin
> The idea is to include several "packages" (one package ~ one project in > Boost) and make those available to the build, exactly as for a regular > CMakeLists.txt that adds several directories or subprojects through a > sequence of calls to "add_directories". > However, the difference here is

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

2017-09-27 Thread Brad King
On 09/26/2017 05:05 PM, Raffi Enficiaud wrote: > Is it possible to source the default setup and to override some parts > when a toolchain is given on the command line? The toolchain file is loaded very early, before any of the platform information files. It is supposed to provide information,

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

2017-09-27 Thread Raffi Enficiaud
Le 27.09.17 à 12:34, Brad King a écrit : On 09/26/2017 05:05 PM, Raffi Enficiaud wrote: Is it possible to source the default setup and to override some parts when a toolchain is given on the command line? The toolchain file is loaded very early, before any of the platform information files.

Re: [cmake-developers] CMP0071

2017-09-27 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. The merge

[cmake-developers] Tools for handling cross project dependencies

2017-09-27 Thread Raffi Enficiaud
Hi CMake, I am currently working on a toy cmake prototype for Boost. I am not sure it will ever be released but I believe it might be useful beyond this project. The idea is to include several "packages" (one package ~ one project in Boost) and make those available to the build, exactly as

[cmake-developers] Seeking feedback for new DownloadDependency module

2017-09-27 Thread Craig Scott
Devs, Merge request 1306 implements a new module *DownloadDependency* and this email is to solicit feedback, with a focus on the API the module presents. Brief summary follows so you can get an idea if you're interested in the topic.