Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

reduce verbosity when Connext is not available #17

Merged
merged 1 commit into from
Nov 27, 2018
Merged

Conversation

dirk-thomas
Copy link
Member

@dirk-thomas dirk-thomas added enhancement New feature or request in review Waiting for review (Kanban column) labels Nov 27, 2018
@dirk-thomas dirk-thomas self-assigned this Nov 27, 2018
Copy link
Contributor

@hidmic hidmic left a comment

Choose a reason for hiding this comment

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

I believe the rmw_connext_* family of packages could use this improvement as well. Nevermind the comment, I just saw the other PR.

find_package(Connext MODULE)
find_package(Connext QUIET MODULE)
if(Connext_FOUND)
find_package(Connext MODULE)
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm, this one is curious. I would've expected find_package(Connext QUIET MODULE) to be just like find_package(Connext MODULE) but without the errors if the module isn't found.

Copy link
Member Author

Choose a reason for hiding this comment

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

But when successful you want to see the actual messages from the module since it provides valuable information.

Copy link
Contributor

Choose a reason for hiding this comment

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

Good point.

@dirk-thomas dirk-thomas merged commit f01e89b into master Nov 27, 2018
@dirk-thomas dirk-thomas deleted the connext_quiet branch November 27, 2018 16:49
@dirk-thomas dirk-thomas removed the in review Waiting for review (Kanban column) label Nov 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants