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
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
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
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
-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