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: Allow to pass CFLAGS into a build dependency, when using a emb… #1985

Open
wants to merge 1 commit into
base: develop-pre-1.11.0
Choose a base branch
from

Conversation

thomas-roos
Copy link

CMake: Allow to pass CFLAGS into a build dependency, when using a embedded linux sdk

This is because env CMAKE_TOOLCHAIN_FILE is pointing to a OEToolchainConfig.cmake file doing: set( CMAKE_C_FLAGS $ENV{CFLAGS} CACHE STRING "" FORCE )

Issue #, if available:

What was changed?

Why was it changed?

How was it changed?

What testing was done for the changes?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…edded linux sdk

This is because env CMAKE_TOOLCHAIN_FILE is pointing to a OEToolchainConfig.cmake file doing:
set( CMAKE_C_FLAGS $ENV{CFLAGS} CACHE STRING "" FORCE )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants