Open xross opened 1 month ago
From release notes:
Calling FetchContent_Populate() with just the name of a dependency is now deprecated. Projects should call FetchContent_MakeAvailable() instead. See policy CMP0169. Calling FetchContent_Populate() with full population details rather than just a dependency name remains fully supported.
From release notes:
Calling FetchContent_Populate() with just the name of a dependency is now deprecated. Projects should call FetchContent_MakeAvailable() instead. See policy CMP0169. Calling FetchContent_Populate() with full population details rather than just a dependency name remains fully supported.