[CMake] Update and build child projects if a parent (dependency) is updated

2018-02-07 Thread Saad Khattak
Hi, I have a lot of projects with many dependencies. Support ProjE depends on ProjD which in turn depends on ProjB and ProjC where ProjB depends on ProjA. If ProjA, is updated, I would like some way to trigger the generate/build (or just build, assuming the projects are already generated) ProjB,

[CMake] CPack + WIX + vcredist, is it possible?

2018-02-07 Thread Alexander Shaduri
Hello, Is it possible to use CPack with WIX (Windows Installer) generator and run vcredist_*.exe at install time? Some considerations: * WIX cannot run two installers at once so something called Burn has to be used. I'm not sure whether CPack can do it, I cannot find any relevant documentation.

[CMake] Question about eclipse

2018-02-07 Thread jaeho jo
Hi! I have a Question aboue eclipse. I have a one C project in eclipse. I have built this project only using eclipse so far. I want to build thid C project using cmake Should I write the CMakeLists.txt file myself?? or Is there a way to set CMake build environment automatically? I can find

Re: [CMake] Update and build child projects if a parent (dependency) is updated

2018-02-07 Thread Craig Scott
On Thu, 8 Feb 2018 at 4:52 am, Saad Khattak wrote: > Hi, > > I have a lot of projects with many dependencies. Support ProjE depends on > ProjD which in turn depends on ProjB and ProjC where ProjB depends on ProjA. > > If ProjA, is updated, I would like some way to trigger

Re: [CMake] [cmake-developers] cmake_format

2018-02-07 Thread Ben Boeckel
On Wed, Feb 07, 2018 at 13:27:28 +0100, Cristian Adam wrote: > I don't remember seeing this tool advertised on the CMake mailing lists: > > https://github.com/cheshirekow/cmake_format/tree/master/cmake_format Cool! I have some feature requests, but I'll add them over there :) . --Ben --

[CMake] cmake_format

2018-02-07 Thread Cristian Adam
Hi, I don't remember seeing this tool advertised on the CMake mailing lists: https://github.com/cheshirekow/cmake_format/tree/master/cmake_format *cmake-format can format your listfiles nicely so that they don't look like crap.* Cheers, Cristian. -- Powered by www.kitware.com Please keep

Re: [cmake-developers] Adding a non-make based generator

2018-02-07 Thread Alexander Neundorf
Hi Kurram, On 2018 M02 7, Wed 12:09:54 CET Saeed, Khurram wrote: > Hi Neundorf, > This generator can only be used for generating Nucleus ReadyStart IDE > projects. It generates Eclipse CDT project files that use ReadyStart > specific plugins and configurations. I have the impression Brad was not

[Cmake-commits] CMake branch, master, updated. v3.10.2-1043-g1da3f3e

2018-02-07 Thread Kitware Robot
VERSION_MINOR 11) -set(CMake_VERSION_PATCH 20180207) +set(CMake_VERSION_PATCH 20180208) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [cmake-developers] cmake_format

2018-02-07 Thread Ben Boeckel
On Wed, Feb 07, 2018 at 13:27:28 +0100, Cristian Adam wrote: > I don't remember seeing this tool advertised on the CMake mailing lists: > > https://github.com/cheshirekow/cmake_format/tree/master/cmake_format Cool! I have some feature requests, but I'll add them over there :) . --Ben --

Re: [cmake-developers] Adding a non-make based generator

2018-02-07 Thread Saeed, Khurram
Hi Neundorf, This generator can only be used for generating Nucleus ReadyStart IDE projects. It generates Eclipse CDT project files that use ReadyStart specific plugins and configurations. Best Regards, Khurram -Original Message- From: Alexander Neundorf [mailto:neund...@kde.org]

[cmake-developers] cmake_format

2018-02-07 Thread Cristian Adam
Hi, I don't remember seeing this tool advertised on the CMake mailing lists: https://github.com/cheshirekow/cmake_format/tree/master/cmake_format *cmake-format can format your listfiles nicely so that they don't look like crap.* Cheers, Cristian. -- Powered by www.kitware.com Please keep