diff options
author | David Cole <david.cole@kitware.com> | 2012-05-24 17:38:51 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-05-24 17:38:51 (GMT) |
commit | 8d83d20f2db309ab3a89c17decc54bc4a182adc1 (patch) | |
tree | a5c52bd2e7c02d98680967442a527b0d52bfaf62 /Modules | |
parent | bc936c1cd5bfb48d7cc3da8a00f7302580ffee10 (diff) | |
parent | c5c9af5a73b7ab7d91f5f86df09502c7a9637c1e (diff) | |
download | CMake-8d83d20f2db309ab3a89c17decc54bc4a182adc1.zip CMake-8d83d20f2db309ab3a89c17decc54bc4a182adc1.tar.gz CMake-8d83d20f2db309ab3a89c17decc54bc4a182adc1.tar.bz2 |
Merge topic 'FindPythonLibs-doc-cache-vars'
c5c9af5 FindPythonLibs: Document cache variables (#13240)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindPythonLibs.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
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. |