summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindRocksDB.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake/FindRocksDB: fix IMPORTED_LOCATION for ROCKSDB_LIBRARIESdudengke2019-03-271-1/+1
| | | | Signed-off-by: dudengke <pinganddu90@gmail.com>
* cmake: refactor RocksDB related scriptKefu Chai2018-08-061-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>