Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@scootermon
Copy link
Contributor

Currently the CMake build is either all or nothing. You have explicit control over which targets are built using cmake --build --target <xyz>, but this doesn't apply to install step.
Running cmake --install will currently always install all available targets.

This PR adds the same groups that are present in the README to the CMake build, allowing you to control them individually. By default everything is turned on, which means there should be no differences compared to before.

@marckleinebudde
Copy link
Member

marckleinebudde commented May 21, 2025

This is a nice enhancement, thanks for your contribution.

Please fix the NDK build.

@scootermon scootermon marked this pull request as draft May 21, 2025 16:17
@scootermon scootermon force-pushed the master branch 2 times, most recently from 5d244ed to 6be96d0 Compare May 21, 2025 16:24
@scootermon scootermon marked this pull request as ready for review May 21, 2025 16:44
Co-authored-by: Marc Kleine-Budde <[email protected]>
@marckleinebudde marckleinebudde merged commit 93a7b2d into linux-can:master May 22, 2025
11 of 12 checks passed
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.

2 participants