We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 is lacking support of modules enabled kernel. Popular CMake use case is to fetch external dependencies with FetchContent.
Desired behavior would be introduction of CMake flag (cache variable) that selects kernel flavour.
Alternative is manual patching of CMake within build systems consuming external dependencies (which I am doing now)
If community gives positive feedback I can provide PR which enables given support.
The text was updated successfully, but these errors were encountered:
This makes sense to me, @Jasinsky.
@eclipse-threadx/iot-threadx-committers and @eclipse-threadx/iot-threadx-contributors: let's discuss this matter at our meeting next week.
Sorry, something went wrong.
No branches or pull requests
CMake is lacking support of modules enabled kernel. Popular CMake use case is to fetch external dependencies with FetchContent.
Desired behavior would be introduction of CMake flag (cache variable) that selects kernel flavour.
Alternative is manual patching of CMake within build systems consuming external dependencies (which I am doing now)
If community gives positive feedback I can provide PR which enables given support.
The text was updated successfully, but these errors were encountered: