Explorar o código

Merge topic 'FindPythonLibs-doc-cache-vars'

c5c9af5 FindPythonLibs: Document cache variables (#13240)
David Cole %!s(int64=13) %!d(string=hai) anos
pai
achega
8d83d20f2d
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      Modules/FindPythonLibs.cmake

+ 5 - 0
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.