allow shared->shared and static->static dependencies
When enabling BUILD_SHARED_AND_STATIC_LIBS
, I for one would appreciate the option to build shared libraries against shared MongoDB and BSON C libraries but still have the static libraries depend on static builds of those C libraries. As it is, the only way to achieve the latter is to enable BUILD_SHARED_LIBS_WITH_STATIC_MONGOC
, which goes too far; could you please offer a middle ground?
Thanks!
1
vote
