CMAKE_TLS_VERSION.rst 373 B

123456789101112
  1. CMAKE_TLS_VERSION
  2. -----------------
  3. .. versionadded:: 3.30
  4. .. include:: ENV_VAR.txt
  5. Specify the default value for the :command:`file(DOWNLOAD)` and
  6. :command:`file(UPLOAD)` commands' ``TLS_VERSION`` option.
  7. This environment variable is used if the option is not given
  8. and the :variable:`CMAKE_TLS_VERSION` cmake variable is not set.
  9. See that variable for allowed values.