Skip to content
  • Guilherme Amadio's avatar
    CMAKE: Drop requirement of librocksdb_tools.so · 4057bca3
    Guilherme Amadio authored and David Smith's avatar David Smith committed
    When linking with the static libraries, some symbols are missing
    in librocksdb.a, so librocksdb_tools.a needs to be linked as well.
    When using shared libraries, all symbols can be found in the main
    librocksdb.so, so it's not necessary to link the tools library.
    Moreover, the tools library is not usualy installed as part of most
    rocksdb packages in distributions.
    4057bca3