Skip to content

MINOR: [C++] Always call cmake message() with explicit mode - #13237

Merged
kou merged 1 commit into
apache:masterfrom
cyb70289:cmake-message
May 26, 2022
Merged

MINOR: [C++] Always call cmake message() with explicit mode#13237
kou merged 1 commit into
apache:masterfrom
cyb70289:cmake-message

Conversation

@cyb70289

Copy link
Copy Markdown
Contributor

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

`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 ...
```
kou
kou approved these changes May 26, 2022

@koukou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou
kou merged commit 841e905 into apache:masterMay 26, 2022
@cyb70289
cyb70289 deleted the cmake-message branch May 26, 2022 10:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@cyb70289@kou