mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
@@ -773,6 +773,11 @@ Available commands are:
|
||||
``true`` if cmake supports server-mode and ``false`` otherwise.
|
||||
Always false since CMake 3.20.
|
||||
|
||||
``tls``
|
||||
.. versionadded:: 3.25
|
||||
|
||||
``true`` if TLS support is enabled and ``false`` otherwise.
|
||||
|
||||
.. option:: cat [--] <files>...
|
||||
|
||||
.. versionadded:: 3.18
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
E-capabilities-tls
|
||||
------------------
|
||||
|
||||
* The :manual:`cmake -E capabilities <cmake(1)>` command gained a new ``tls``
|
||||
field that tells whether or not TLS is enabled.
|
||||
Reference in New Issue
Block a user