diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2019-12-23 11:33:46 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-12-23 11:33:54 (GMT) |
commit | 417c533010e067ea78634e6ba50a1d2568949ad2 (patch) | |
tree | 3a25de9f6e832cec0b1de2a76c94802b62e4f0f4 /Help | |
parent | 20e0d3c33d5b6596e5b1e99b2a54bafcfaedafdc (diff) | |
parent | 776d27d4a4eb27f5618e682dafc1d44fba8598c6 (diff) | |
download | CMake-417c533010e067ea78634e6ba50a1d2568949ad2.zip CMake-417c533010e067ea78634e6ba50a1d2568949ad2.tar.gz CMake-417c533010e067ea78634e6ba50a1d2568949ad2.tar.bz2 |
Merge topic 'findpython_conda_support'
776d27d4a4 FindPython: Extend virtual environment handling by considering conda
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4155
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindPythonConda-module.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindPythonConda-module.rst b/Help/release/dev/FindPythonConda-module.rst new file mode 100644 index 0000000..d762fbf --- /dev/null +++ b/Help/release/dev/FindPythonConda-module.rst @@ -0,0 +1,5 @@ +FindPythonConda-module +---------------------- + +* The :module:`FindPython` module has learned to find Python components in active + virtual environments managed by ``conda``. |