cmake -E capabilities: Tell whether TLS is enabled

Fixes: #20507
This commit is contained in:
Kyle Edwards
2022-08-18 16:25:46 -04:00
parent 36d35d4eb1
commit d0bb3286f0
4 changed files with 15 additions and 1 deletions
+5
View File
@@ -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
+5
View File
@@ -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.