summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-04-04 15:28:41 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-04-04 15:28:49 (GMT)
commitd1c2f8787ceb0cb5e30d433e05f774bbdd910ef9 (patch)
tree027dd1a1ee0d80c0b7182062fae3a01c3c55c61a /Help/release
parenta63a50c77af65092d82b9c3a6de3ea34c63605d4 (diff)
parent8a2f62cc18ece0ebfed0ff6abf53d419d43d2fa1 (diff)
downloadCMake-d1c2f8787ceb0cb5e30d433e05f774bbdd910ef9.zip
CMake-d1c2f8787ceb0cb5e30d433e05f774bbdd910ef9.tar.gz
CMake-d1c2f8787ceb0cb5e30d433e05f774bbdd910ef9.tar.bz2
Merge topic 'FindPython-handle-virtual-env'
8a2f62cc18 FindPython*: Add capability to control virtual env handling. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3173
Diffstat (limited to 'Help/release')
-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.