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
{{ message }}
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
QUESTION:
How can I build pmemkv statically?
Details
I am wondering why pmemkv only supports building as a shared library. Why not remove
SHAREDflag herepmemkv/CMakeLists.txt
Line 298 in 9f7de0c
and
pmemkv/CMakeLists.txt
Line 409 in 9f7de0c
If users want to build it as a shared lib, they can manually set
BUILD_SHARED_LIBS=onwhen cmake.