[CMake] Cpack NSIS Issue

2014-01-06 Thread Stefan Fendt
Hi, I'm trying to automate the installer generation of one of my projects. Everything is working fine so far except one thing: One of my test-users (still using XP) is 'moaning' about not having a start-menu-entry for the program (but for the uninstaller). Unfortunately I don't have an instance of

Re: [CMake] ExternalProjects_Add limitations

2014-01-06 Thread David Cole
I mostly agree with Bill's reply, especially the advice about the all or nothing approach. If you use ExternalProject, go all the way, build all your dependencies first, and then your own project as an ExternalProject. After the build is done, it's easy enough to switch to the "inner" project

Re: [CMake] ExternalProjects_Add limitations

2014-01-06 Thread Bill Hoffman
On 1/6/2014 10:05 AM, Bill Hoffman wrote: There is not a good way to make this work. Everything HAS to be external project including your project. You have a couple of options: 1. leave it with your project as an external project along with the other depends. Then instruct your developers t

Re: [CMake] ExternalProjects_Add limitations

2014-01-06 Thread Bill Hoffman
On 1/5/2014 12:14 PM, Rob McDonald wrote: I have since tried moving to a two-class system, where my main project is not ExternalProject_Add'ed, but the big dependencies are. This of course runs into the problem where the libraries are not built when the FindXXX.cmake modules go looking for them

Re: [CMake] Repeated Cmake runs with ParaView on OsX with Ninja CMake 2.8.12.1

2014-01-06 Thread Mike Krus
Hi I'm getting the same behaviour with CMake 2.1.12.X on my own project. The behaviour has been reported on the ninja mailing list. Doesn't seem to be clear where the issue is… Mike On 28 Dec 2013, at 17:52, Utkarsh Ayachit wrote: > I'm seeing a strange behavior since I updated to CMake 2.8