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

Build static library by default #717

Closed
jeroen opened this issue Feb 24, 2016 · 1 comment
Closed

Build static library by default #717

jeroen opened this issue Feb 24, 2016 · 1 comment

Comments

@jeroen
Copy link
Contributor

jeroen commented Feb 24, 2016

Currently cmake only builds the shared library by default. Would it be difficult to also build a static library libopenjpeg.a by default? Currently distributions that want to include both a shared and static library need build twice: once with -DBUILD_SHARED_LIBS=OFF and -DBUILD_SHARED_LIBS=ON.

@rouault
Copy link
Collaborator

rouault commented Jul 29, 2017

Fixed per #954, #969

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants