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

CMake options to control build output (static vs. dynamic) #2535

Closed
RPGillespie6 opened this issue Apr 17, 2017 · 2 comments
Closed

CMake options to control build output (static vs. dynamic) #2535

RPGillespie6 opened this issue Apr 17, 2017 · 2 comments

Comments

@RPGillespie6
Copy link
Contributor

We are building ZeroMQ in our process, but we really only need libzmq.so and not the static archive. Can we add an option to control the build output? For example, something like:

-DBUILD_STATIC=OFF

It just seems like a waste that we spend 10-15 seconds per build on something we are not going to use.

@bluca
Copy link
Member

bluca commented Apr 17, 2017

Feel free to send a PR to implement it

@bluca
Copy link
Member

bluca commented Apr 17, 2017

Fixed by #2536

@bluca bluca closed this as completed Apr 17, 2017
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

No branches or pull requests

2 participants