diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2021-11-29 11:14:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-12-01 15:06:45 (GMT) |
commit | a35bf772dead925d5761a9be17cc020e6299ac15 (patch) | |
tree | 7ab03746e463f2b4e6f020a735ed7075e74b0809 /Modules/FindPython2.cmake | |
parent | 55c4f54e48638528cad6803b1e09bda62aaa0a0a (diff) | |
download | CMake-a35bf772dead925d5761a9be17cc020e6299ac15.zip CMake-a35bf772dead925d5761a9be17cc020e6299ac15.tar.gz CMake-a35bf772dead925d5761a9be17cc020e6299ac15.tar.bz2 |
FindPython: clarify static libraries hint usage
Fixes: #22956
Diffstat (limited to 'Modules/FindPython2.cmake')
-rw-r--r-- | Modules/FindPython2.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/FindPython2.cmake b/Modules/FindPython2.cmake index bb965b9..0888fad 100644 --- a/Modules/FindPython2.cmake +++ b/Modules/FindPython2.cmake @@ -215,6 +215,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. + ``Python2_FIND_STRATEGY`` .. versionadded:: 3.15 |