fetchcontent-CMAKE-vars-passthrough.rst 422 B

12345678
  1. fetchcontent-CMAKE-vars-passthrough.rst
  2. ---------------------------------------
  3. * The :module:`FetchContent` module now passes through the
  4. :variable:`CMAKE_TLS_VERIFY`, :variable:`CMAKE_TLS_CAINFO`,
  5. :variable:`CMAKE_NETRC` and :variable:`CMAKE_NETRC_FILE` variables (when
  6. defined) to the underlying :module:`ExternalProject` sub-build.
  7. Previously, those variables were silently ignored by :module:`FetchContent`.