-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Use cmake #47
Use cmake #47
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
LGTM. Removing the static library should be fine. If downstream packages require it, it can be added back. |
The switch to cmake resulted in different dynamic libraries being created, see #48. I've moved the new packages to |
Also, please keep the static library. I need it for linking against a go module. |
Would it be OK to have it in a separate libprotobuf-static? |
Revert #47 and update to 3.12.1
Hi @xhochy
For the time being I have also removed the static library build. Not sure if that is going to break everything :) do we need the static lib?
For me the main reason to do this is that CMake installs the files necessary to
find_package
protobuf from other projects.