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

[Task] - Review CMake target link with mbed-os almost everywhere #1295

Open
ladislas opened this issue Feb 20, 2023 · 0 comments
Open

[Task] - Review CMake target link with mbed-os almost everywhere #1295

ladislas opened this issue Feb 20, 2023 · 0 comments
Labels
01 - type: task Something to do

Comments

@ladislas
Copy link
Member

Description

Because of the previous CMake implementation, all targets which needed to use mbed-os related code needed to link against mbed-os.

With the new mbed-ce CMake implementation, it should not be needed anymore.

Review the use of

target_link_libraries(TARGET_NAME
	mbed-os # <-- really needed?
	...
)

and remove/replace it where needed.

@ladislas ladislas added the 01 - type: task Something to do label Feb 20, 2023
@ladislas ladislas changed the title [Task] - Review target link with mbed-os almost everywhere [Task] - Review CMake target link with mbed-os almost everywhere Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 - type: task Something to do
Projects
None yet
Development

No branches or pull requests

1 participant