[Cmake-commits] CMake branch, next, updated. v2.8.12-4454-g774839f

Clinton Stimpson clinton at elemtech.com
Thu Oct 24 10:17:51 EDT 2013


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  774839f55d8e386b27cb69e9001ee4f987874248 (commit)
       via  49c4699d301b73f1f2c3b40c463ffad65660f8a3 (commit)
      from  4f8647afbf0c7c309e140c2d6d896eef80f1049c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=774839f55d8e386b27cb69e9001ee4f987874248
commit 774839f55d8e386b27cb69e9001ee4f987874248
Merge: 4f8647a 49c4699
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Thu Oct 24 10:17:44 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 24 10:17:44 2013 -0400

    Merge topic 'python-interp-remove-debug-messages' into next
    
    49c4699 python: remove debug statements from FindPythonInterp.cmake.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=49c4699d301b73f1f2c3b40c463ffad65660f8a3
commit 49c4699d301b73f1f2c3b40c463ffad65660f8a3
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Thu Oct 24 08:16:50 2013 -0600
Commit:     Clinton Stimpson <clinton at elemtech.com>
CommitDate: Thu Oct 24 08:16:50 2013 -0600

    python: remove debug statements from FindPythonInterp.cmake.

diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake
index 6126a48..8da848c 100644
--- a/Modules/FindPythonInterp.cmake
+++ b/Modules/FindPythonInterp.cmake
@@ -72,8 +72,6 @@ else()
     set(_PYTHON_FIND_OTHER_VERSIONS ${_PYTHON3_VERSIONS} ${_PYTHON2_VERSIONS} ${_PYTHON1_VERSIONS})
 endif()
 
-message(STATUS "names ${_Python_NAMES}")
-message(STATUS "other versions ${_PYTHON_FIND_OTHER_VERSIONS}")
 list(APPEND _Python_NAMES python)
 
 # Search for the current active python version first

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindPythonInterp.cmake |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list