diff options
author | Brad King <brad.king@kitware.com> | 2018-10-25 15:00:20 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-10-25 15:00:57 (GMT) |
commit | bb43a42bb95058b4661059be45f2425bb8363c59 (patch) | |
tree | 47af5521f1c7f6eaf2a7c95fa12ce41bcc6043a9 /Modules/FindPythonLibs.cmake | |
parent | 68b8fc4a8c4489ec2852ff1f28f1a7e861746ee9 (diff) | |
parent | c8e8c9cc7ca608602ccde413290f10bf2ebb24d5 (diff) | |
download | CMake-bb43a42bb95058b4661059be45f2425bb8363c59.zip CMake-bb43a42bb95058b4661059be45f2425bb8363c59.tar.gz CMake-bb43a42bb95058b4661059be45f2425bb8363c59.tar.bz2 |
Merge topic 'deprecation'
c8e8c9cc7c Help: Date deprecation of deprecated commands.
19998d7b3c Help: Use 'deprecated' template, and date deprecation of modules
dc1bb33578 Help: Add version number to deprecation note
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2523
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: |