Jasinsky opened a new pull request, #12880: URL: https://github.com/apache/nuttx/pull/12880
## Summary FetchContent_Populate is depracated starting from CMake 3.30. Setting this policy to OLD allows clean (no warnings) CMake builds for configurations that rely on CMake fetch content feature. ## Impact If we want to keep up with CMake versioning - FetchContent_Populate is deprecated in 3.30 - and it's gonna be disabled in future version. https://cmake.org/cmake/help/latest/module/FetchContent.html#command:fetchcontent_populate ## Testing Local builds (or rather configure steps) using CMake 3.30.2 Was there any specific reason for calling FetchContent_Populate instead of FetchContent_MakeAvailable? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
