summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/fetchcontent-CMAKE-vars-passthrough.rst
blob: 842c016a0bef2f8f782238bd1df8bcd43f33f678 (plain)
1
2
3
4
5
6
7
8
fetchcontent-CMAKE-vars-passthrough.rst
---------------------------------------

* The :module:`FetchContent` module now passes through the
  :variable:`CMAKE_TLS_VERIFY`, :variable:`CMAKE_TLS_CAINFO`,
  :variable:`CMAKE_NETRC` and :variable:`CMAKE_NETRC_FILE` variables (when
  defined) to the underlying :module:`ExternalProject` sub-build.
  Previously, those variables were silently ignored by :module:`FetchContent`.