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 there are ongoing efforts to package this library in the Conan Center Index here.
One of the issues we are having is that this project builds both the static and shared version of the library, but we only package either of those.
I suggest adding two new options, BUILD_SHARED and BUILD_STATIC and for compatibility both defaulting to ON.
The text was updated successfully, but these errors were encountered:
Added MSVC_CRT_STATIC option. Defaults to off. Should help with linking
against protobuf or other situations.
Added BUILD_STATIC_LIB and BUILD_SHARED_LIB options. (Fixes issue #191)
I think I probably also need to add an option to build the cert tool
and maybe package it up, too (issue #186) but that isn't included
in this change.
Currently there are ongoing efforts to package this library in the Conan Center Index here.
One of the issues we are having is that this project builds both the static and shared version of the library, but we only package either of those.
I suggest adding two new options,
BUILD_SHARED
andBUILD_STATIC
and for compatibility both defaulting toON
.The text was updated successfully, but these errors were encountered: