mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
Merge topic 'curl-default-cainfo'
0abd3e53cmake: Use a default CA path when not using system curl6ce346c5curl: Add CURL_CA_PATH option to CMake build process
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
curl-default-cainfo
|
||||
-------------------
|
||||
|
||||
* When CMake is built with OpenSSL on systems other than Windows
|
||||
and OS X, commands supporting network communication via ``https``,
|
||||
such as :command:`file(DOWNLOAD)`, :command:`file(UPLOAD)`, and
|
||||
:command:`ctest_submit`, now search for OS-configured certificate
|
||||
authorities in a few ``/etc`` paths to be trusted automatically.
|
||||
Reference in New Issue
Block a user