[CMake] cmake install behaviour with git

2015-09-29 Thread Jörg Kreuzberger
Hi! the cmake install behaviour of files was ok for me, as long as we used svn. Now we changed to git and i have a problem now with the install behaviour. On git the timestamps of all files get the time of the clone. So files not build (e.g. configuration files, xml files etc) from the repository

Re: [CMake] Is the situation with CMake + Eclipse ever going to get any better?

2015-09-29 Thread Roland Schulz
Hi, also Doug, the CDT co-lead, is working on an integration of cmake into cdt. You can find information in the archive of cdt-...@eclipse.org. I think you can expect well integration, similar to clion or qt-developer, with the next major release next year. Roland On Mon, Sep 28, 2015 at 11:00 A

[CMake] Is there a variable containing the C flags that would be used to compile something in a directory

2015-09-29 Thread Matthew Keeler
There are various variables like CMAKE_C_FLAGS_ that can influence the final flags sent to the compiler. Is there a variable that exists or a function to call to get the final C flags. What I am trying to do is invoke a custom command to run make on an external source tree. This makefile has CC

[CMake] Associating a single build step with multiple sub-projects in CDash

2015-09-29 Thread Attila Krasznahorkay
Dear All, After the suggestion from Bill Hoffman, I played with CDash for a while now. I was able to create a ctest script that would build the packages/subdirectories of my project one by one, and then upload the build/test results to a CDash server. With the results being quite user friendly

Re: [CMake] Seemingly-unfixable warning about CMP0058 after upgrade to CMake 3.3

2015-09-29 Thread Michael Catanzaro
On Mon, 2015-09-28 at 11:51 -0400, Brad King wrote: > CMake is warning that it now prefers to generate the Ninja build file > for this case a different way than it did before but is doing it the > old way for compatibility just in case the project needs that to > build. > In this case we know we ar

Re: [CMake] Custom Module

2015-09-29 Thread Nils Gladitz
On 09/29/2015 12:25 PM, Gerry Weaver wrote: Hello All, I'm trying to use a custom module, but I can't get cmake to see it. I am on FreeBSD 9.3 (amd64) using cmake-3.3.2. I have read and tried everything I can find on the topic. I have verified the module path via the "MESSAGE" command, but no j

[CMake] Custom Module

2015-09-29 Thread Gerry Weaver
Hello All, I'm trying to use a custom module, but I can't get cmake to see it. I am on FreeBSD 9.3 (amd64) using cmake-3.3.2. I have read and tried everything I can find on the topic. I have verified the module path via the "MESSAGE" command, but no joy. I have included all relevant informatio