Merge topic 'FindPython-ARTIFACTS_PREFIX'

9b0510fa57 FindPython: add support for multiple searches in same directory

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10157
This commit is contained in:
Brad King
2025-01-13 16:46:35 +00:00
committed by Kitware Robot
11 changed files with 468 additions and 154 deletions
@@ -0,0 +1,7 @@
FindPython-ARTIFACTS-PREFIX
---------------------------
* The :module:`FindPython`, :module:`FindPython2`, and :module:`FindPython3`
modules gained the possibility to do multiple calls in the same directory by
using, respectively, the variables ``Python_ARTIFACTS_PREFIX``,
``Python2_ARTIFACTS_PREFIX``, and ``Python3_ARTIFACTS_PREFIX``.