Skip to content

Commit

Permalink
Add min version
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun committed Nov 7, 2023
1 parent 2d3047e commit ad03b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ endif()
if(PDC_ENABLE_ROCKSDB)
add_definitions(-DENABLE_ROCKSDB=1)
find_path(ROCKSDB_INCLUDE_DIR include/db.h)
find_library(ROCKSDB_LIBRARY rocksdb 8 REQUIRED)
find_library(ROCKSDB_LIBRARY rocksdb 8.1.1< REQUIRED)
endif()

if(PDC_ENABLE_SQLITE3)
add_definitions(-DENABLE_SQLITE3=1)
find_package(SQLite3 REQUIRED)
find_package(SQLite3 3.31.0< REQUIRED)
endif()

include_directories(
Expand Down

0 comments on commit ad03b31

Please sign in to comment.