Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake/FindRocksDB: fix IMPORTED_LOCATION for ROCKSDB_LIBRARIES | dudengke | 2019-03-27 | 1 | -1/+1 |
| | | | | Signed-off-by: dudengke <pinganddu90@gmail.com> | ||||
* | cmake: refactor RocksDB related script | Kefu Chai | 2018-08-06 | 1 | -0/+47 |
* rename Findrocksdb.cmake to FindRocksDB.cmake to match its name * add RocksDB::RocksDB target to BuildRocksDB.cmake and FindRocksDB.cmake * use RocksDB::RocksDB target instead of accessing its property directly, and do not link against its dependencies explicitly. let its INTERFACE_LINK_LIBRARIES do the job. Signed-off-by: Kefu Chai <kchai@redhat.com> |