[CMake] CMake GUI suggestion - saving/restoring configurations

2015-09-27 Thread Edward Diener
It would really be nice if the CMake GUI program could save and restore configurations for whatever CMake setups the end-user uses. By this I mean the ability to save the paths to the source code and where the binaries should be built, as well as its corresponding cache information, under a use

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

2015-09-27 Thread Michael Catanzaro
Hi, After upgrading to CMake 3.3, I'm seeing this warning when running CMake on WebKitGTK+: CMake Warning (dev): Policy CMP0058 is not set: Ninja requires custom command byproducts to be explicit. Run "cmake --help-policy CMP0058" for policy details. Use the cmake_policy command to set th

Re: [CMake] CDash [Safe Numerics] - Administration

2015-09-27 Thread David Cole via CMake
This message is sent when an unparseable xml file is submitted to CDash. The email says the contents are as follows, with nothing (the empty string) following... So, usually, this is some bot sending garbage to your CDash url. There is nothing for you to do, but ignore these. If they are too freque

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

2015-09-27 Thread Alexander Neundorf
Hi, On Sunday, September 27, 2015 13:29:15 Talin wrote: > I've been using CMake and Eclipse for a bunch of different projects over > the last several years. Although many aspects of both CMake and Eclipse > have improved over the years, using them together still has a lot of > problems. > > From

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

2015-09-27 Thread Talin
I've been using CMake and Eclipse for a bunch of different projects over the last several years. Although many aspects of both CMake and Eclipse have improved over the years, using them together still has a lot of problems. >From what I understand, you have three choices when setting up a project: