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

Various CMake cleanups #152

Merged
merged 5 commits into from
Jun 10, 2022
Merged

Various CMake cleanups #152

merged 5 commits into from
Jun 10, 2022

Conversation

aloisklink
Copy link
Contributor

Various CMake cleanups:

Some CMake options only make sense to enable/show to the user
if another CMake option is enabled.

For example, setting BUILD_MNL_LIB=ON/OFF only makes sense
if we're actually using libmnl when USE_NETLINK_SERVICE=ON
LIB_MAKEFLAGS was used to pass makeflags to
libraries that were being compiled at configure time.

As of #150 being merged, all libraries are now compiled at
compile time, so this variable is no longer needed.
Previously, libnetlink was harded to compile in DEBUG mode.
Now it should inherit EDGESec's compile mode.
@aloisklink aloisklink added refactor Refactoring code dependencies Pull requests that update a dependency file labels Jun 10, 2022
@aloisklink aloisklink requested a review from mereacre June 10, 2022 11:13
Copy link
Contributor

@mereacre mereacre left a comment

Choose a reason for hiding this comment

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

Great

@aloisklink aloisklink merged commit 4f36b10 into main Jun 10, 2022
@aloisklink aloisklink deleted the cleanup-cmake branch June 10, 2022 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file refactor Refactoring code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants