summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2019-04-01 09:19:54 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2019-04-03 07:16:17 (GMT)
commit8a2f62cc18ece0ebfed0ff6abf53d419d43d2fa1 (patch)
tree465c79b4ce0f366fe40a00e1be9e965f3c04af4d /Help
parent5ad73b608d4fc7cc6b30017159b800802a503b0c (diff)
downloadCMake-8a2f62cc18ece0ebfed0ff6abf53d419d43d2fa1.zip
CMake-8a2f62cc18ece0ebfed0ff6abf53d419d43d2fa1.tar.gz
CMake-8a2f62cc18ece0ebfed0ff6abf53d419d43d2fa1.tar.bz2
FindPython*: Add capability to control virtual env handling.
Fixes: #19097
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindPython-virtual-env.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindPython-virtual-env.rst b/Help/release/dev/FindPython-virtual-env.rst
new file mode 100644
index 0000000..5489dc2
--- /dev/null
+++ b/Help/release/dev/FindPython-virtual-env.rst
@@ -0,0 +1,5 @@
+FindPython-virtual-env
+----------------------
+
+* Modules :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython`
+ gain capability to control how virtual environments are handled.