Skip to content

Commit

Permalink
update cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 11, 2023
1 parent 8f09400 commit 85370b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake_modules/BaseFunctions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function(dsn_setup_thirdparty_libs)
find_package(fmt REQUIRED)
set(DEFAULT_THIRDPARTY_LIBS ${THRIFT_LIB} fmt::fmt CACHE STRING "default thirdparty libs" FORCE)

# rocksdb and dependent libs
# rocksdb and dependencies
file(GLOB ROCKSDB_DEPENDS_MODULE_PATH ${THIRDPARTY_ROOT}/build/Source/rocksdb/cmake/modules)
if(NOT ROCKSDB_DEPENDS_MODULE_PATH)
message(WARNING "Cannot find RocksDB depends cmake modules path, might not find snappy, zstd, lz4")
Expand All @@ -338,7 +338,7 @@ function(dsn_setup_thirdparty_libs)
if(USE_JEMALLOC)
find_package(Jemalloc REQUIRED)
endif()
find_package(RocksDB)
find_package(RocksDB REQUIRED)

# libhdfs
find_package(JNI REQUIRED)
Expand Down

0 comments on commit 85370b2

Please sign in to comment.