[Cmake-commits] CMake branch, master, updated. v3.11.0-rc2-105-gcc87b1f

2018-02-27 Thread Kitware Robot
VERSION_MINOR 11) -set(CMake_VERSION_PATCH 20180227) +set(CMake_VERSION_PATCH 20180228) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

[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

[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

[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

[cmake-developers] [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

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

[Cmake-commits] CMake annotated tag, v3.11.0-rc2, created. v3.11.0-rc2

2018-02-27 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The annotated tag, v3.11.0-rc2 has been created at bd5f76efdad9d2d96bf6a05be01856075087d94c (tag) tagging

[Cmake-commits] CMake branch, master, updated. v3.11.0-rc1-122-g4da456c

2018-02-27 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 4da456c7fee39e366aa707871fad84fbbd0a723e (commit) via

[Cmake-commits] CMake branch, release, updated. v3.11.0-rc1-18-gac925ec

2018-02-27 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via ac925ec09e2dd4b373353d312e9e50b6165a66d0 (commit) from

[Cmake-commits] CMake branch, master, updated. v3.11.0-rc1-120-ge73016b

2018-02-27 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via e73016bc06b58bb8a3cc1f4238c9596d8fd2703a (commit) via

[Cmake-commits] CMake branch, release, updated. v3.11.0-rc1-17-ge708dac

2018-02-27 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via e708dac65f52b44b991e0358f8ffb04bad9a649b (commit) via

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