You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: