FindPython*: New implementation for Python stuff

Fixes: #16142
This commit is contained in:
Marc Chevrier
2018-02-22 16:18:43 +01:00
parent dfc9036bcf
commit 352baee207
24 changed files with 1604 additions and 2 deletions

View File

@@ -7,6 +7,10 @@
#
# Find python interpreter
#
# .. deprecated:: 3.12
#
# Use :module:`FindPython3`, :module:`FindPython2` or :module:`FindPython` instead.
#
# This module finds if Python interpreter is installed and determines
# where the executables are. This code sets the following variables:
#