deprecate-fetchcontent_populate.rst 398 B

12345678
  1. deprecate-fetchcontent_populate
  2. -------------------------------
  3. * Calling :command:`FetchContent_Populate` with just the name of a
  4. dependency is now deprecated. Projects should call
  5. :command:`FetchContent_MakeAvailable` instead. See policy :policy:`CMP0169`.
  6. Calling :command:`FetchContent_Populate` with full population details
  7. rather than just a dependency name remains fully supported.