mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
FindPython{Interp,Libs}: Clarify recommended call order
Improve wording in our advice about how to call both of these modules.
This commit is contained in:
@@ -28,9 +28,10 @@
|
||||
# for Python. You need to set this variable before calling
|
||||
# find_package(PythonInterp).
|
||||
#
|
||||
# If also calling find_package(PythonLibs), call find_package(PythonInterp)
|
||||
# first to get the currently active Python version by default with a consistent
|
||||
# version of PYTHON_LIBRARIES.
|
||||
# If calling both ``find_package(PythonInterp)`` and
|
||||
# ``find_package(PythonLibs)``, call ``find_package(PythonInterp)`` first to
|
||||
# get the currently active Python version by default with a consistent version
|
||||
# of PYTHON_LIBRARIES.
|
||||
|
||||
#=============================================================================
|
||||
# Copyright 2005-2010 Kitware, Inc.
|
||||
|
||||
Reference in New Issue
Block a user