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

Fix target_link_libraries in setup_arduino_library() #94

Closed
wants to merge 1 commit into from

Conversation

cevich
Copy link

@cevich cevich commented Aug 30, 2014

Newer versions of cmake (2.8.12 and later) warn about
policy CMP0022 (and CMP0038) regarding self-linking targets.
Removing ${LIB_TARGETS} from the inner target_link_libraries()
call fixes this.

Signed-off-by: Chris Evich [email protected]

Newer versions of cmake (2.8.12 and later) warn about
policy CMP0022 (and CMP0038) regarding self-linking targets.
Removing ${LIB_TARGETS} from the inner target_link_libraries()
call fixes this.

Signed-off-by: Chris Evich <[email protected]>
@JoakimSoderberg
Copy link

There is a better fix for this in #143

@cevich
Copy link
Author

cevich commented Jan 4, 2016

good deal, closing this then in favour of #143 then, thanks.

@cevich cevich closed this Jan 4, 2016
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