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).
This commit is contained in:
Marc Chevrier
2024-08-27 09:27:35 -04:00
committed by Brad King
parent 0e217de343
commit 10abd2ac5a
4 changed files with 45 additions and 0 deletions
+5
View File
@@ -226,6 +226,11 @@ This module will set the following variables in your project
The Python 3 include directories.
``Python3_DEFINITIONS``
.. versionadded:: 3.30.3
The Python 3 preprocessor definitions.
``Python3_DEBUG_POSTFIX``
.. versionadded.. 3.30