summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/fetchcontent-reduce-boilerplate.rst
blob: 6157668283d87f4f01ec72cf30ad9e7ef406983d (plain)
1
2
3
4
5
6
7
8
fetchcontent-reduce-boilerplate
-------------------------------

* The FetchContent module gained a new :command:`FetchContent_MakeAvailable`
  command.  This new command accepts a list of dependency names, which it then
  iterates over, populating and adding each one to the main build using the
  canonical pattern.  This significantly reduces the amount of boilerplate
  needed in the project.