acassis commented on PR #16195:
URL: https://github.com/apache/nuttx/pull/16195#issuecomment-2798862346

   @roskuttan the CI detected some issues in your CMake file:
   
   ```
   ERROR __main__.py:618: Check failed: 
/home/runner/work/nuttx/nuttx/nuttx/boards/arm/tiva/tm4c123g-launchpad/CMakeLists.txt
   
   cmake-format check failed, run following command to update the style:
     $ cmake-format <src> -o <dst>
   
   ERROR __main__.py:618: Check failed: 
/home/runner/work/nuttx/nuttx/nuttx/boards/arm/tiva/tm4c123g-launchpad/CMakeLists.txt
   ERROR __main__.py:618: Check failed: 
/home/runner/work/nuttx/nuttx/nuttx/boards/arm/tiva/tm4c123g-launchpad/src/CMakeLists.txt
   ```
   
   As suggested you can use:
   
   $ cmake-format CMakelists.txt -o /tmp/CMakelists.txt
   
   The copy this CMake created at /tmp/ over your original CMakelists.txt file


-- 
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