summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-07 15:02:37 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-03-07 15:02:37 (GMT)
commite0751c4d25bba7364a361a55fe31d1567b64e51f (patch)
tree317b61f67da89db082e89f3821beda7e7db7ace8 /Help
parent4debd8beb11eaeb6968813f318a9fe0fc04324e6 (diff)
parent190a5fdffd8104ad613854bdd563a0a11dd88f63 (diff)
downloadCMake-e0751c4d25bba7364a361a55fe31d1567b64e51f.zip
CMake-e0751c4d25bba7364a361a55fe31d1567b64e51f.tar.gz
CMake-e0751c4d25bba7364a361a55fe31d1567b64e51f.tar.bz2
Merge topic 'enable-ssl-automatically'
190a5fdf Automatically use OpenSSL by default on Linux and FreeBSD if available
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/enable-ssl-automatically.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/enable-ssl-automatically.rst b/Help/release/dev/enable-ssl-automatically.rst
new file mode 100644
index 0000000..8ded656
--- /dev/null
+++ b/Help/release/dev/enable-ssl-automatically.rst
@@ -0,0 +1,8 @@
+enable-ssl-automatically
+------------------------
+
+* On Linux and FreeBSD platforms, when building CMake itself from source and
+ not using a system-provided libcurl, OpenSSL is now used by default if it is
+ found on the system. This enables SSL/TLS support for commands supporting
+ network communication via ``https``, such as :command:`file(DOWNLOAD)`,
+ :command:`file(UPLOAD)`, and :command:`ctest_submit`.