| 12345678 |
- 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.
|