xmos / xcommon_cmake

6 stars 5 forks source link

FetchContent_Populate usage deprecated in cmake 3.30 #188

Open xross opened 1 month ago

xross commented 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.