diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-02-21 19:52:27 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-02-22 16:20:15 (GMT) |
commit | bbddaeef7e2c65994812ccee0a92744f4777175c (patch) | |
tree | 16015acdd92662559cdb5a272abeb6c267570ccb /Modules/FindPythonInterp.cmake | |
parent | 6a1c5a356911d3b75e60ecad86d7538e6de888f9 (diff) | |
download | CMake-bbddaeef7e2c65994812ccee0a92744f4777175c.zip CMake-bbddaeef7e2c65994812ccee0a92744f4777175c.tar.gz CMake-bbddaeef7e2c65994812ccee0a92744f4777175c.tar.bz2 |
FindPython{Interp,Libs}: document Python_ADDITIONAL_VERSIONS as input
The current documentation could be read as if that variable is output from the
module, which is nonsense.
Diffstat (limited to 'Modules/FindPythonInterp.cmake')
-rw-r--r-- | Modules/FindPythonInterp.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake index 5c1d56b..930f675 100644 --- a/Modules/FindPythonInterp.cmake +++ b/Modules/FindPythonInterp.cmake @@ -10,7 +10,9 @@ # PYTHON_VERSION_MINOR - Python minor version found e.g. 5 # PYTHON_VERSION_PATCH - Python patch version found e.g. 2 # -# Python_ADDITIONAL_VERSIONS - list of additional Python versions to search for +# 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(PythonInterp). #============================================================================= # Copyright 2005-2010 Kitware, Inc. |