[CMake] reminder: free VTK, ParaView and CMake training at Kitware New York in two weeks.

2018-02-27 Thread David E DeMarle
Read all about it in this blog post: https://blog.kitware.com/events/march2018-free-vtk-paraview-and-cmake-training-courses-kitware There are a few seats available in case you can make it up to visit us. https://goo.gl/forms/M3WmJcV9W6qKTK8x2 Thanks and hope to see you here. David E DeMarle Kit

[CMake] Configuration issues on AIX

2018-02-27 Thread Jakob Reschke
Hello, In search for a new build tool for an existing project, I wanted to give CMake 3.6.3 a try on AIX 5.3 with gcc 4.0.0, but quickly hit obstacles with the GCC compiler identification and the file(STRINGS) command. What I am looking for is guidance on how to solve the issues, and for info whet

[CMake] [ANNOUNCE] CMake 3.11.0-rc2 is now ready for testing

2018-02-27 Thread Robert Maynard
I am proud to announce the second CMake 3.11 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.11 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.11/release/3.11.html Some of the more significa

[CMake] Generate Visual Studio 2017 project with Basic Runtime Checks off

2018-02-27 Thread James Swift
Hi, I'm trying to generate a VS project where Basic Runtime Checks `/RTC1` is not set for a file in a debug build. with this minimal example ``` project(testrtc) add_executable(testrtc testrtc.c) ``` `cmake . -G "Visual Studio 15 2017"` the switch `/RTC1` is set for the Debug configuration. I

Re: [CMake] Return an Error Code (or something) from a CMake Script.

2018-02-27 Thread Michael Jackson
-Original Message- From: "Alan W. Irwin" Date: Monday, February 26, 2018 at 6:02 PM To: Michael Jackson Cc: CMake Mail List Subject: Re: [CMake] Return an Error Code (or something) from a CMake Script. On 2018-02-26 14:19-0500 Michael Jackson wrote: > In our CMake based pro