Re: [CMake] Makefiles without reference to CMake?

2011-07-02 Thread Michael Wild
This has been discussed a gazillion times, and the answer will always be the same: no. It's impossible. A build tree always depends on CMake, and is not relocatable. Live with it. If your users don't want to use CMake, provide them with a convenience script that does the hard work for them.

Re: [CMake] Parallel make custom command

2011-07-02 Thread Alan W. Irwin
Hi Bill: Thanks for your response. More comments below. On 2011-06-30 22:03-0400 Bill Hoffman wrote: On 6/30/2011 5:23 PM, Alan W. Irwin wrote: To help with the general difficulty of getting dependencies right, would it be possible to implement a CMake change so that for a given flag (say

[CMake] Project with .NET Formular (Header with resx)

2011-07-02 Thread Simon Adler
Hello Mailing List i am quite new to CMake. I have a project i originally build with visual studio 2008. I try to create a cmake Projekt so i can use cmake in the future. I am using .NET Forms which are Headers with associated resx files. In Visual-Studio the only difference between Headers and

Re: [CMake] Project with .NET Formular (Header with resx)

2011-07-02 Thread Simon Adler
I tried some more. I changed the Headers in the VS2008 Project (generated by cmake) manually to type Header-Formula. I tried to enter the Form-Designer with a double-Click on a Form, but VS2008 showed me that the form is now corrupt. So i have to alter my question: Is it even possible to generate

[CMake] Problem with CMake _not_ failing due to unsatisfied indirect project dependencies

2011-07-02 Thread Bartosz Brachaczek
Hello, I received report from a Debian testing user (using cmake 2.8.4 from Ubuntu repo) that gadu_protocol plugin for Kadu IM[1] was linked improperly (it didn't link to libgadu) and refused to load. After small investigation we found out that it was due to missing gnutls.pc in his system. I'm

[CMake] Launching a script after user picks components in component-based installers

2011-07-02 Thread Mathias Gaunard
With a component-based installer such as NSIS, the user can choose the components that he wants to install. I would need to launch a script (just launching an external program would do) after this, telling me where the application was installed, so that I can perform additional actions

[Cmake-commits] CMake branch, master, updated. v2.8.4-612-g42eef30

2011-07-02 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via 42eef306528fd92356b63f387bd0769f9c486339 (commit) from