[Cmake-commits] CMake branch, next, updated. v2.8.8-2913-ge5f6155

Brad King brad.king at kitware.com
Tue May 22 14:22:49 EDT 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  e5f6155bc0cc474f679d1db33734216e7e3a1584 (commit)
       via  c5c9af5a73b7ab7d91f5f86df09502c7a9637c1e (commit)
      from  7cc164f4e23b0391b43af686b4c3be17bd7bf6be (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=e5f6155bc0cc474f679d1db33734216e7e3a1584
commit e5f6155bc0cc474f679d1db33734216e7e3a1584
Merge: 7cc164f c5c9af5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 22 14:22:47 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 22 14:22:47 2012 -0400

    Merge topic 'FindPythonLibs-doc-cache-vars' into next
    
    c5c9af5 FindPythonLibs: Document cache variables (#13240)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c5c9af5a73b7ab7d91f5f86df09502c7a9637c1e
commit c5c9af5a73b7ab7d91f5f86df09502c7a9637c1e
Author:     Zack Galbreath <zack.galbreath at kitware.com>
AuthorDate: Mon May 21 11:12:03 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue May 22 14:21:00 2012 -0400

    FindPythonLibs: Document cache variables (#13240)
    
    Add information on how to change which install of Python is found
    by CMake.

diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake
index 591b3e6..478ebcb 100644
--- a/Modules/FindPythonLibs.cmake
+++ b/Modules/FindPythonLibs.cmake
@@ -13,6 +13,11 @@
 # The Python_ADDITIONAL_VERSIONS variable can be used to specify a list of
 # version numbers that should be taken into account when searching for Python.
 # You need to set this variable before calling find_package(PythonLibs).
+#
+# If you'd like to specify the installation of Python to use, you should modify
+# the following cache variables:
+#  PYTHON_LIBRARY             - path to the python library
+#  PYTHON_INCLUDE_DIR         - path to where Python.h is found
 
 #=============================================================================
 # Copyright 2001-2009 Kitware, Inc.

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list