Re: [cmake-developers] [PATCH] kwsys: Add putty-256color as a VT100 color-capable terminal

2014-01-03 Thread Brad King
On 12/26/2013 9:42 AM, Muli Baron wrote: Using PuTTY with the terminal type set to putty-256color causes CMake not to output any colors during build. Changing it to one of the 'supported' terminal types fixes the problem. This patch adds the putty-256color terminal type to the list of

[CMake] ANN: CMake Course - February 10 in Lyon, France

2014-01-03 Thread Julien Jomier
Kitware will be holding a CMake training course on February 10, 2014 in Lyon, France. This one-day course will cover CMake, CTest, CPack and CDash. Visit our website for more information and registration details (early registration available): http://training.kitware.fr/browse/26 Note

[CMake] CMAKE_{C, CXX}_IMPLICIT_LINK_LIBRARIES being used even though Ada is the current language.

2014-01-03 Thread Tom Kacvinsky
I sent an email yesterday about -lstdc++ showing up on my link line even though I did not request it. And I was getting -lc and -lm multiple times. After much digging, I tracked it down to CMAKE_CXX_IMPLICIT_LINK_LIBRARIES and CMAKE_C_IMPLICIT_LINK_LIBRARIES being added to the link line, even

Re: [CMake] CMAKE_{C, CXX}_IMPLICIT_LINK_LIBRARIES being used even though Ada is the current language.

2014-01-03 Thread Alexander Neundorf
On Friday 03 January 2014, Tom Kacvinsky wrote: I sent an email yesterday about -lstdc++ showing up on my link line even though I did not request it. And I was getting -lc and -lm multiple times. After much digging, I tracked it down to CMAKE_CXX_IMPLICIT_LINK_LIBRARIES and

Re: [CMake] CMAKE_{C, CXX}_IMPLICIT_LINK_LIBRARIES being used even though Ada is the current language.

2014-01-03 Thread Tom Kacvinsky
I figured out what was going on by lots of experimentation. When we link an Ada executable, we link in two other libraries, each of which is based on C/C++ code. It appears that CMake keeps track of this and adds the implicit library dependencies you'll have because of this C and C++ code. That

[CMake] FindMPI not looking in /usr?

2014-01-03 Thread Pettey . Lucas
Hello, I am running CMake 2.8.12 on a Mac OSX 10.8. The FindMPI.cmake module doesn't appear to accept that the mli libraries are in the /usr/lib directory. I get the error message pasted below. It would seem that mlicc --showme yields gcc -lmpi -lm. The module then tries to find the libraries

[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6632-g8bbb564

2014-01-03 Thread Stephen Kelly
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, next has been updated via 8bbb564d6cff9a38c85397fcdacebefbb24df135 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6634-g31eb0a0

2014-01-03 Thread Stephen Kelly
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, next has been updated via 31eb0a002728fbd5861324ab9141dc9c0674117f (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6638-g09e8932

2014-01-03 Thread Brad King
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, next has been updated via 09e8932246ac906ab76f0ca2ddc44a9b33077651 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6640-g4f13412

2014-01-03 Thread Brad King
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, next has been updated via 4f13412ea4f458106a20e9aa5f7c9835f8d26234 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6642-g95d36c3

2014-01-03 Thread Brad King
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, next has been updated via 95d36c313fe85809cfaba3b5f5cf67ec97c21e5d (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.1-1051-g7fb2b80

2014-01-03 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index d2a831d..937a5fe 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 12) -set(CMake_VERSION_TWEAK 20140103