diff options
Diffstat (limited to 'Help/release/dev/enable-ssl-automatically.rst')
-rw-r--r-- | Help/release/dev/enable-ssl-automatically.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Help/release/dev/enable-ssl-automatically.rst b/Help/release/dev/enable-ssl-automatically.rst deleted file mode 100644 index 8ded656..0000000 --- a/Help/release/dev/enable-ssl-automatically.rst +++ /dev/null @@ -1,8 +0,0 @@ -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`. |