raiden00pl opened a new pull request, #3044:
URL: https://github.com/apache/nuttx-apps/pull/3044

   ## Summary
   remove empty strings from FetchContent to eliminate cmake build warnings 
like this:
   
   CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1564 
(cmake_parse_arguments):
     The BUILD_COMMAND keyword was followed by an empty string or no value at
     all.  Policy CMP0174 is not set, so cmake_parse_arguments() will unset the
     ARG_BUILD_COMMAND variable rather than setting it to an empty string.
     
   ## Impact
   eliminate empty commands which cause warnings for cmake version >= 3.31
   
   ## Testing
   unity and nimble with cmake build with no warnings


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to