-
Notifications
You must be signed in to change notification settings - Fork 63
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: cmake code generation of target_link_library #2309
base: master
Are you sure you want to change the base?
Conversation
Yep, we had this in reactor-c, too. However, it is problematic either way. If we merge this change, then all |
Can someone explain what this means? On this page, it says:
What is a "link interface" vs. a "link dependency"? Also, once we know what the difference is, this documentation suggests that this could be replaced by two commands, thus avoiding this consistency problem. |
Could you point to that part of the documentation? |
@tanneberger Is this blocking anything? If not, I would push this back for a bit down to the next release so that we can update the examples in sync with the release. |
@cmnrd Its not blocking, I was just stumbling over it while writing on lingo. |
During my endeavors to build lingo, I encountered that cmake doesn't like mixing old and new
target_link_libraries
statements.See: https://stackoverflow.com/questions/59522267/cmake-rejects-a-second-target-link-libraries-talking-about-keyword-vs-plain