summaryrefslogtreecommitdiffstats
path: root/Modules/FindPythonLibs.cmake
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@sap.com>2018-02-22 15:18:43 (GMT)
committerMarc Chevrier <marc.chevrier@sap.com>2018-03-20 08:29:44 (GMT)
commit352baee2074d12637c65e3113f560bbf98d0640a (patch)
tree916caf02869368eb32ef955697147e6a2f52ff40 /Modules/FindPythonLibs.cmake
parentdfc9036bcf65afc4aa0fd21092d47da4ccd259cb (diff)
downloadCMake-352baee2074d12637c65e3113f560bbf98d0640a.zip
CMake-352baee2074d12637c65e3113f560bbf98d0640a.tar.gz
CMake-352baee2074d12637c65e3113f560bbf98d0640a.tar.bz2
FindPython*: New implementation for Python stuff
Fixes: #16142
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r--Modules/FindPythonLibs.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake
index 341d5d9..1a0cc2e 100644
--- a/Modules/FindPythonLibs.cmake
+++ b/Modules/FindPythonLibs.cmake
@@ -7,6 +7,10 @@
#
# Find python libraries
#
+# .. deprecated:: 3.12
+#
+# Use :module:`FindPython3`, :module:`FindPython2` or :module:`FindPython` instead.
+#
# This module finds if Python is installed and determines where the
# include files and libraries are. It also determines what the name of
# the library is. This code sets the following variables: