[Cmake-commits] CMake branch, next, updated. v2.8.7-2319-g003bbb6

Rolf Eike Beer eike at sf-mail.de
Fri Jan 27 15:17:16 EST 2012


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  003bbb688136ed732a36b1adb4f50324ab8e2462 (commit)
       via  47bb720efd880e43b9dc8410539f9f59770cc58b (commit)
      from  29613651b6af61951ca6f91865618e08fba3d266 (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=003bbb688136ed732a36b1adb4f50324ab8e2462
commit 003bbb688136ed732a36b1adb4f50324ab8e2462
Merge: 2961365 47bb720
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Fri Jan 27 15:17:13 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 27 15:17:13 2012 -0500

    Merge topic 'version-extra-debugging' into next
    
    47bb720 remove python version debugging, fix underway


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=47bb720efd880e43b9dc8410539f9f59770cc58b
commit 47bb720efd880e43b9dc8410539f9f59770cc58b
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Fri Jan 27 21:09:24 2012 +0100
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Fri Jan 27 21:09:24 2012 +0100

    remove python version debugging, fix underway

diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake
index 749e75f..d5a2a5e 100644
--- a/Modules/FindPythonInterp.cmake
+++ b/Modules/FindPythonInterp.cmake
@@ -96,9 +96,6 @@ if(PYTHON_EXECUTABLE)
         if(PYTHON_VERSION_STRING MATCHES "^[0-9]+\\.[0-9]+\\.[0-9]+.*")
             string(REGEX REPLACE "^[0-9]+\\.[0-9]+\\.([0-9]+).*" "\\1" PYTHON_VERSION_PATCH "${PYTHON_VERSION_STRING}")
         endif()
-else()
-execute_process(COMMAND "${PYTHON_EXECUTABLE}" -V OUTPUT_VARIABLE _DBG_OUT ERROR_VARIABLE _DBG_ERR ERROR_STRIP_TRAILING_WHITESPACE)
-message(AUTHOR_WARNING "Module Version ##DEBUGGING##\nraw python output was: '${_VERSION}'\npython -h output was '${_DBG_OUT}'\npython -h error output was '${_DBG_ERR}'")
     endif()
 endif(PYTHON_EXECUTABLE)
 

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list