You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FetchContent_Populate needs to be replaced with FetchContent_Declare and FetchContent_MakeAvailable, but it's not a simple substitution since only one FetchContent_MakeAvailable call should be made. See the CMake docs.
FetchContent_Populateneeds to be replaced withFetchContent_DeclareandFetchContent_MakeAvailable, but it's not a simple substitution since only oneFetchContent_MakeAvailablecall should be made. See the CMake docs.