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  4887a4328cf7f965f10b1f9f0baecceffd0cad8c (commit)
       via  1f369a71c80d606c8610b7e79c8aeaecba81a87f (commit)
      from  cea559d2c4e2c691792da7b95533d717b79241a9 (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=4887a4328cf7f965f10b1f9f0baecceffd0cad8c
commit 4887a4328cf7f965f10b1f9f0baecceffd0cad8c
Merge: cea559d 1f369a7
Author:     Marcus D. Hanwell <marcus.hanw...@kitware.com>
AuthorDate: Tue Oct 19 14:55:02 2010 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Oct 19 14:55:02 2010 -0400

    Merge topic 'PythonLibs-2.7' into next
    
    1f369a7 ENH: Added case for Python 2.7.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1f369a71c80d606c8610b7e79c8aeaecba81a87f
commit 1f369a71c80d606c8610b7e79c8aeaecba81a87f
Author:     Marcus D. Hanwell <marcus.hanw...@kitware.com>
AuthorDate: Tue Oct 19 14:53:33 2010 -0400
Commit:     Marcus D. Hanwell <marcus.hanw...@kitware.com>
CommitDate: Tue Oct 19 14:53:33 2010 -0400

    ENH: Added case for Python 2.7.

diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake
index 283c914..2b9341c 100644
--- a/Modules/FindPythonLibs.cmake
+++ b/Modules/FindPythonLibs.cmake
@@ -27,7 +27,7 @@ INCLUDE(CMakeFindFrameworks)
 # Search for the python framework on Apple.
 CMAKE_FIND_FRAMEWORKS(Python)
 
-FOREACH(_CURRENT_VERSION 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.6 1.5)
+FOREACH(_CURRENT_VERSION 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.6 1.5)
   STRING(REPLACE "." "" _CURRENT_VERSION_NO_DOTS ${_CURRENT_VERSION})
   IF(WIN32)
     FIND_LIBRARY(PYTHON_DEBUG_LIBRARY

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to