Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Add options to enable/disable each dlt console tool #363

Merged
merged 1 commit into from
May 10, 2022

Conversation

alexmohr
Copy link
Contributor

This commits adds several cmake options to enable or disable
each console tool separately.

The program was tested solely for our own use cases, which might differ from yours.
Licensed under Mozilla Public License Version 2.0

Alexander Mohr, alexander.m.mohr@daimler.com, Daimler TSS GmbH, imprint

CMakeLists.txt Outdated
option(WITH_DLT_CONSOLE_CONVERT "Set to OFF to skip building dlt_convert" ON)
option(WITH_DLT_CONSOLE_CONTROL "Set to OFF to skip building dlt_control" ON)
option(WITH_DLT_CONSOLE_PASSIVE_NODE_CTRL "Set to OFF to skip building dlt_passive_node_ctrl" ON)
option(WITH_DLT_CONSOLE_SORT_BY_TIMESTAMP "Set to OFF to skip building dlt_sort_by_timestamp" ON)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is already available at line 61

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed it 👍

This commits adds several cmake options to enable or disable
each console tool separately.

Signed-off-by: Alexander Mohr <alexander.m.mohr@daimler.com>
@alexmohr alexmohr force-pushed the make-console-tools-configurable branch from e90b305 to fbda66c Compare January 25, 2022 10:34
@thanhbnq thanhbnq merged commit 7a48f75 into COVESA:master May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants