diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2018-10-25 10:23:33 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2018-10-25 10:23:33 (GMT) |
commit | 19998d7b3cb69a4f30d1e151471706b02102e16d (patch) | |
tree | 9a225d6723094ae525d918281a42a361747c588f /Modules/FindPythonLibs.cmake | |
parent | dc1bb335781abb9a6ffe3f40b413978c81050023 (diff) | |
download | CMake-19998d7b3cb69a4f30d1e151471706b02102e16d.zip CMake-19998d7b3cb69a4f30d1e151471706b02102e16d.tar.gz CMake-19998d7b3cb69a4f30d1e151471706b02102e16d.tar.bz2 |
Help: Use 'deprecated' template, and date deprecation of modules
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r-- | Modules/FindPythonLibs.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake index 2be5d71..1d62ac4 100644 --- a/Modules/FindPythonLibs.cmake +++ b/Modules/FindPythonLibs.cmake @@ -5,12 +5,12 @@ FindPythonLibs -------------- -Find python libraries - .. deprecated:: 3.12 Use :module:`FindPython3`, :module:`FindPython2` or :module:`FindPython` instead. +Find python libraries + 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: |