[cmake-developers] [CMake 0015119]: target_include_directories(target INTERFACE) does make sense for custom targets

2014-08-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15119 == Reported By:Alex Lamaison Assigned To:

Re: [cmake-developers] How to get a nightly build process going.

2014-08-31 Thread Chuck Atkins
I've got a UltraSPARC III machine with Solaris 10 that I just checked. Still chugging along I bet. Some days yes, some days no. The PSU shorted out and filled the server room w/ smoke a few years ago. It was slated for the trash but it seemed like a shame to toss a neat old RISC box so I

[CMake] Error when bootstrapping CMake

2014-08-31 Thread Mo .
Hi, I am using a bootstrapped Synology 112j for building cmake 3.0.1, but the following error appears: make: `cmake' is up to date. loading initial cache file /volume1/homes/Mo/cmake-2.8.10/Bootstrap.cmk/InitialCacheFlags.cmake CMake Error at Utilities/cmcurl/CMake/OtherTests.cmake:89

[CMake] --debug-trycompile not working as documented with the results being overwritten

2014-08-31 Thread Alan W. Irwin
I have the usual try_compile debug scenario; all but one of them in my project (PLplot) is working (some with expected false results some with true), and I would like to debug the one that isn't working (the result is expected to be true, but it is false). The (CMake-2.8.12.1) documentation

Re: [CMake] Find SDL

2014-08-31 Thread Benjamin Eikel
Hi Christer, Zitat von Christer Solskogen christer.solsko...@gmail.com: They are cross compiled for Windows (mingw-w64) which means that they have different names (libSDL.dll.a for instance) but they are installed in /opt/cross-mingw-w64/x86_64-w64-mingw32/{include,lib}. x86_64-w64-mingw32-gcc

Re: [CMake] --debug-trycompile not working as documented with the results being overwritten

2014-08-31 Thread Alan W. Irwin
On 2014-08-31 12:43-0700 Alan W. Irwin wrote: I have the usual try_compile debug scenario; all but one of them in my project (PLplot) is working (some with expected false results some with true), and I would like to debug the one that isn't working (the result is expected to be true, but it

Re: [CMake] --debug-trycompile not working as documented with the results being overwritten

2014-08-31 Thread Mark Abraham
Hi, Raw try_compile is not a great idiom for general use (though it is unclear why it is not working well for you). Using the Modules/Check*cmake gear is a much better option, e.g. with check_symbol_exists() Mark On Sun, Aug 31, 2014 at 11:33 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote:

[CMake] CPack RPM generator with @ characters in filename

2014-08-31 Thread Matt.Bolger
Hi, We're trying to package Qt as part of our app and the RPM generator doesn't like the '@' in some of the QML image file names (not that I blame it :)). I found some mention of this earlier this year http://www.cmake.org/pipermail/cmake/2014-March/057124.html. The simple example below