diff options
author | Brad King <brad.king@kitware.com> | 2024-05-14 14:52:38 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-05-14 14:52:49 (GMT) |
commit | 5d658ebcc6df9f7de3c9ef9f3723d5cb726ba431 (patch) | |
tree | c6196f4ca2dfca5505ebbe6943b84b36452ff128 /Help/release | |
parent | a43f37a1a28530a947c4ba519b481bac90ea3aa4 (diff) | |
parent | c164404b2ee3e47d9552053383ffda14b2f2d8ea (diff) | |
download | CMake-5d658ebcc6df9f7de3c9ef9f3723d5cb726ba431.zip CMake-5d658ebcc6df9f7de3c9ef9f3723d5cb726ba431.tar.gz CMake-5d658ebcc6df9f7de3c9ef9f3723d5cb726ba431.tar.bz2 |
Merge topic 'FindPython-WIN32-DEBUG'
c164404b2e FindPython: On Windows, Enhance python debug version support
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Acked-by: Osyotr <zhenchik35026@gmail.com>
Merge-request: !9482
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/FindPython-DEBUG.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Help/release/dev/FindPython-DEBUG.rst b/Help/release/dev/FindPython-DEBUG.rst new file mode 100644 index 0000000..2e75e72 --- /dev/null +++ b/Help/release/dev/FindPython-DEBUG.rst @@ -0,0 +1,20 @@ +FindPython-DEBUG +---------------- + +* The :module:`FindPython`, :module:`FindPython2` and :module:`FindPython3` + modules offer, on ``Windows`` platform, a better support of the ``Python`` + debug version: + + * new variables: + + * ``Python_EXECUTABLE_DEBUG`` + * ``Python_INTERPRETER`` + * ``Python_DEBUG_POSTFIX`` + + * new targets: + + * ``Python::InterpreterDebug`` + * ``Python::InterpreterMultiConfig`` + + And the ``python_add_library()`` command manage the :prop_tgt:`DEBUG_POSTFIX` + target property based on the value of the ``Python_DEBUG_POSTFIX`` variable. |