[CMake] CyberSec2017 Deadline Approaching

2017-02-08 Thread Jackie Blanco
You are invited to participate in the following conference: THE FIFTH INTERNATIONAL CONFERENCE ON CYBER SECURITY, CYBER WELFARE AND DIGITAL FORENSIC (CyberSec2017) Venue: St. Mary's University, Addis Ababa, Ethiopia Dates: April 22-24, 2017 URL: https://goo.gl/mbDr7F The conference aims to en

[CMake] Ignoring exit code of child process with ctest memcheck run using valgrind

2017-02-08 Thread Shane Matley
Hi, I'm using memcheck in ctest to run valgrind on a test binary which may sometimes return a non-zero exit code. Valgrind will always return the exit code of its child process if it doesn't find any problems. (This occurs even with --error-exitcode=1.) This means that valgrind will return a non

[CMake] .d dependency files for ninja

2017-02-08 Thread Ephi Sinowitz (BLOOMBERG/ 731 LEX)
cmake creates these files for gcc compiler using the -MMD -MMF compiler flags but does not do so for AIX xlc and Sun CC Is this a known issue? Is there a workaround?-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitw

[CMake] Problem with override file ...

2017-02-08 Thread Michael Burns via CMake
Using the following override file results in the try_compile failing for both the C compiler and the C++ compiler. The output shows that the override file is being processed multiple times. The first time it is processed, the variable PARAM is 'set' as specified on the CMake command line. However,

Re: [CMake] Why can't I build CMake on Centos6 32-bit?

2017-02-08 Thread Robert Maynard
Hi Kent, We haven't been able to replicate this issue on EL6 32.bit. What exact version of CMake are you trying to build? On Tue, Feb 7, 2017 at 12:36 PM, Kent Williams wrote: > This used to work. > Linux build6.leepfrog.com 2.6.32-642.6.2.el6.i686 #1 SMP Wed Oct 26 06:14:53 > UTC 2016 i686 i6

Re: [CMake] cmake server-mode project order

2017-02-08 Thread Brad King
On 02/08/2017 09:13 AM, Tobias Hunger wrote: > I know a couple of people are looking into using server-mode, so let's > give them a bit more time and decide shortly before feature freeze for > CMake 3.9. Does that sound like a reasonable plan? Sure. I'll defer to you to decide when it's ready. T

Re: [CMake] cmake server-mode project order

2017-02-08 Thread Brad King
On 02/08/2017 01:26 AM, Tobias Hunger wrote: > There still are some rough spots in creators support for server-mode. > Currently I am trying to get all the basic features in and leave > polishing and fixing the non-critical bugs for later. Has it become mature enough that the cmake server protocol