summaryrefslogtreecommitdiff
path: root/Modules/FindPython2.cmake
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2018-10-02 11:09:45 +0200
committerMarc Chevrier <marc.chevrier@gmail.com>2018-10-02 11:09:45 +0200
commit63c9356544ccd1471e3c428f21662420c0ceb00b (patch)
tree87a9c6a0a8fb3a953312157b079b047973b79ae0 /Modules/FindPython2.cmake
parent44de3428597671228c95939c4b509ebaa24f00fe (diff)
downloadcmake-63c9356544ccd1471e3c428f21662420c0ceb00b.tar.gz
FindPython*: fix erroneous handling of virtual environments
fixes: #18408
Diffstat (limited to 'Modules/FindPython2.cmake')
-rw-r--r--Modules/FindPython2.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/FindPython2.cmake b/Modules/FindPython2.cmake
index 2735a25d4a..998e99223c 100644
--- a/Modules/FindPython2.cmake
+++ b/Modules/FindPython2.cmake
@@ -136,6 +136,12 @@ Hints
Value ``ONLY`` is not supported so ``FIRST`` will be used instead.
+.. note::
+
+ If a Python virtual environment is configured, set variable
+ ``Python_FIND_REGISTRY`` (Windows) or ``CMAKE_FIND_FRAMEWORK`` (macOS) with
+ value ``LAST`` or ``NEVER`` to select it preferably.
+
Commands
^^^^^^^^