Closed
Description
When building jsoncpp as part of a "superbuild" of a larger project, I was surprised that it build a static library. I see this is because shared vs. static is configured by the JSONCPP_LIB_BUILD_SHARED
option and not the standard CMake option BUILD_SHARED_LIBS
.
Is there a reason you cannot use the latter? Please do so if possible, or at least default JSONCPP_LIB_BUILD_SHARED
to ${BUILD_SHARED_LIBS}
rather than OFF
.
Metadata
Metadata
Assignees
Labels
No labels