Remove rocksdb from third-party

Former-commit-id: 5f7439e7a2152d5b6b9a8dd82ff54a091ea729ec
This commit is contained in:
zhiru 2019-06-11 11:47:17 +08:00
parent f5066e41fd
commit 4875bdc4b6
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ Please mark all change in change log and use the ticket from JIRA.
- MS-64 - Different table can have different index type
- MS-52 - Return search score
- MS-66 - Support time range query
- MS-68 - Remove rocksdb from third-party
## Task

View File

@ -81,7 +81,7 @@ define_option(MEGASEARCH_WITH_OPENBLAS "Build with OpenBLAS library" ON)
define_option(MEGASEARCH_WITH_PROMETHEUS "Build with PROMETHEUS library" ON)
define_option(MEGASEARCH_WITH_ROCKSDB "Build with RocksDB library" ON)
define_option(MEGASEARCH_WITH_ROCKSDB "Build with RocksDB library" OFF)
define_option(MEGASEARCH_WITH_SNAPPY "Build with Snappy compression" ON)