Skip to content

Commit

Permalink
Update BaseFunctions.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 authored Dec 5, 2023
1 parent a71cf1c commit 6e9e5da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake_modules/BaseFunctions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ function(dsn_setup_thirdparty_libs)

# rocksdb and dependent libs
find_package(RocksDB REQUIRED)
find_package(Snappy REQUIRED)
find_package(Zstd REQUIRED)
find_package(Lz4 REQUIRED)
find_package(snappy REQUIRED)
find_package(zstd REQUIRED)
find_package(lz4 REQUIRED)
if(USE_JEMALLOC)
find_package(Jemalloc REQUIRED)
endif()
Expand Down

0 comments on commit 6e9e5da

Please sign in to comment.