pmwkaa / ioarena

Embedded storage benchmarking tool
Other
130 stars 22 forks source link

fix librocksdb link error #23

Closed yangwanyuan closed 7 years ago

yangwanyuan commented 7 years ago

In latest RocksDB master branch code used libsnappy, cause linking C executable ioarena error. add snappy to ROCKSDB_LIBRARIES in cmake/BuildRocksDB.cmake can fix this bug.