This is an automated email from the ASF dual-hosted git repository. laiyingchun pushed a commit to branch dont_find_zpacks in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
commit fdf6675eaedca1f15022df9a613704cf566c0af3 Author: Yingchun Lai <[email protected]> AuthorDate: Thu Nov 30 00:29:27 2023 +0800 Don't find zip packages --- cmake_modules/BaseFunctions.cmake | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/cmake_modules/BaseFunctions.cmake b/cmake_modules/BaseFunctions.cmake index 1882353c8..86b821648 100644 --- a/cmake_modules/BaseFunctions.cmake +++ b/cmake_modules/BaseFunctions.cmake @@ -327,17 +327,6 @@ function(dsn_setup_thirdparty_libs) set(DEFAULT_THIRDPARTY_LIBS ${THRIFT_LIB} fmt::fmt CACHE STRING "default thirdparty libs" FORCE) # rocksdb - 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") - endif() - list(APPEND CMAKE_MODULE_PATH "${ROCKSDB_DEPENDS_MODULE_PATH}") - find_package(snappy) - find_package(zstd) - find_package(lz4) - if(USE_JEMALLOC) - find_package(Jemalloc REQUIRED) - endif() find_package(RocksDB REQUIRED) # libhdfs --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
