-
Notifications
You must be signed in to change notification settings - Fork 149
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
Added workaround for consuming projects that add Ableton Link via CPM (package manager) #138
base: master
Are you sure you want to change the base?
Conversation
…or consumers that use CPM to manage dependencies. Rationale and installation instructions provided in the pull request.
…_TO_LINK customization. Fixed bug that set UNIX properties for APPLE.
Hi @ianacaburian, thanks for the PR! |
Hey @ianacaburian, sorry for getting only back now. |
Hey @fgo-ableton, Duplicate config content has been replaced with calls to the new configure helpers. Cheers, |
@ianacaburian Thanks for the updates! I can't really merge this PR as it is because the commits on it don't build. It seems you have already merged to master so I guess you don't want to squash the fixups. If you'd like to have a PR opened by you merged I'd somehow require a cleaner branch where all commits build. Otherwise I'd just merge the other PR I opened to add CPR support. Also, I need a CLA to merge: http://ableton.github.io/cla/ Sorry for the complications... |
Changes:
Rationale:
Installing with CPM
Simply add the following to a consuming project's CMakeLists.txt that already uses CPM.
That's it!
Thanks for thinking about this.