mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
9 lines
366 B
ReStructuredText
9 lines
366 B
ReStructuredText
curl-http2
|
|
----------
|
|
|
|
* When building CMake itself from source and not using a system-provided
|
|
libcurl, HTTP/2 support is now enabled for commands supporting
|
|
network communication via ``http(s)``, such as :command:`file(DOWNLOAD)`,
|
|
:command:`file(UPLOAD)`, and :command:`ctest_submit`.
|
|
The precompiled binaries provided on ``cmake.org`` now support HTTP/2.
|