diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-12-15 14:17:43 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-12-15 14:17:43 -0500 |
commit | 74eaecfc3e049e96dd30ecadc1d62fb235d3caba (patch) | |
tree | f1d9d270ac65d41c3d9f0c45ccf93cd40ec1d921 /Modules/FindPythonLibs.cmake | |
parent | 5966baeec375652f573221749436d0cc4d523e89 (diff) | |
download | cmake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.gz |
ENH: cleanups
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r-- | Modules/FindPythonLibs.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake index acf3f84a20..d76c34864e 100644 --- a/Modules/FindPythonLibs.cmake +++ b/Modules/FindPythonLibs.cmake @@ -3,9 +3,9 @@ # include files and libraries are. It also determines what the name of # the library is. This code sets the following variables: # -# PYTHON_LIBRARIES = the full path to the library found -# PYTHON_INCLUDE_PATH = the path to where Python.h can be found -# PYTHON_DEBUG_LIBRARIES = the full path to the debug library found +# PYTHON_LIBRARIES = path to the python library +# PYTHON_INCLUDE_PATH = path to where Python.h is found +# PYTHON_DEBUG_LIBRARIES = path to the debug library # INCLUDE(CMakeFindFrameworks) |