diff options
| author | Brad King <brad.king@kitware.com> | 2021-12-02 16:48:23 (GMT) |
|---|---|---|
| committer | Kitware Robot <kwrobot@kitware.com> | 2021-12-02 16:48:38 (GMT) |
| commit | eeaf1e10cb5f736692136cb31c4ffbb717599917 (patch) | |
| tree | 2ec091d4b521ca6588d01a480dd238f58557335d /Modules/FindPython3.cmake | |
| parent | 3883b11edbb983c72f0d1f2f13ad29fd8a630514 (diff) | |
| parent | a35bf772dead925d5761a9be17cc020e6299ac15 (diff) | |
| download | CMake-eeaf1e10cb5f736692136cb31c4ffbb717599917.zip CMake-eeaf1e10cb5f736692136cb31c4ffbb717599917.tar.gz CMake-eeaf1e10cb5f736692136cb31c4ffbb717599917.tar.bz2 | |
Merge topic 'FindPython-static-libs-hint' into release-3.22
a35bf772de FindPython: clarify static libraries hint usage
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6772
Diffstat (limited to 'Modules/FindPython3.cmake')
| -rw-r--r-- | Modules/FindPython3.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/FindPython3.cmake b/Modules/FindPython3.cmake index f826fcf..145c95e 100644 --- a/Modules/FindPython3.cmake +++ b/Modules/FindPython3.cmake @@ -231,6 +231,11 @@ Hints * If set to TRUE, search **only** for static libraries. * If set to FALSE, search **only** for shared libraries. + .. note:: + + This hint will be ignored on ``Windows`` because static libraries are not + available on this platform. + ``Python3_FIND_ABI`` .. versionadded:: 3.16 |
