summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2024-08-22 17:23:07 (GMT)
committerBrad King <brad.king@kitware.com>2024-08-27 13:27:35 (GMT)
commit10abd2ac5a9dd8dd3b8d48c2e1735d813fe2aab0 (patch)
tree84beb74ae8edb76e4388cc9c2e16945cc4f740d5 /Help
parent0e217de3437699cb1133a04fb1670489378e22dd (diff)
downloadCMake-10abd2ac5a9dd8dd3b8d48c2e1735d813fe2aab0.zip
CMake-10abd2ac5a9dd8dd3b8d48c2e1735d813fe2aab0.tar.gz
CMake-10abd2ac5a9dd8dd3b8d48c2e1735d813fe2aab0.tar.bz2
FindPython: ensure a usable environment is set for the free threaded Python
Define the `Python_DEFINITIONS` variable for the support of free threaded Python developments on Windows. This is a complement to commit 9a0dee7257 (FindPython: Add support for free threaded python, 2024-05-30).
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.30.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/3.30.rst b/Help/release/3.30.rst
index 2d57249..ca35d1f 100644
--- a/Help/release/3.30.rst
+++ b/Help/release/3.30.rst
@@ -254,3 +254,11 @@ Changes made since CMake 3.30.0 include the following.
* These versions made no changes to documented features or interfaces.
Some implementation updates were made to support ecosystem changes
and/or fix regressions.
+
+.. 3.30.3 (unreleased)
+
+ * The :module:`FindPython` and :module:`FindPython3` modules now define,
+ respectively, the ``Python_DEFINITIONS`` and ``Python3_DEFINITIONS``
+ variables on Windows to support development with the free threaded
+ version of Python. The :prop_tgt:`INTERFACE_COMPILE_DEFINITIONS` target
+ property is also defined for the various targets provided by these modules.