You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/26 05:46:10 UTC

[GitHub] [arrow] cyb70289 opened a new pull request, #13237: MINOR: [C++] Always call cmake message() with explicit mode

cyb70289 opened a new pull request, #13237:
URL: https://github.com/apache/arrow/pull/13237

   `message()` without mode is not preceded with `--`, and may be printed
   out of order.
   
   E.g., `Using ld linker` is not aligned with other messages.
   ```
   -- Performing Test CXX_SUPPORTS_AVX512 - Success
   -- Arrow build warning level: CHECKIN
   Using ld linker
   -- Configured for RELWITHDEBINFO build ...
   ```


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] kou merged pull request #13237: MINOR: [C++] Always call cmake message() with explicit mode

Posted by GitBox <gi...@apache.org>.
kou merged PR #13237:
URL: https://github.com/apache/arrow/pull/13237


-- 
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: github-unsubscribe@arrow.apache.org

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