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


The following commit(s) were added to refs/heads/dont_find_zpacks by this push:
     new 6e9e5da66 Update BaseFunctions.cmake
6e9e5da66 is described below

commit 6e9e5da66bcc2216d9c654dc303c18268c4a54a7
Author: Yingchun Lai <[email protected]>
AuthorDate: Wed Dec 6 01:25:51 2023 +0800

    Update BaseFunctions.cmake
---
 cmake_modules/BaseFunctions.cmake | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmake_modules/BaseFunctions.cmake 
b/cmake_modules/BaseFunctions.cmake
index e13f409ce..0586029eb 100644
--- a/cmake_modules/BaseFunctions.cmake
+++ b/cmake_modules/BaseFunctions.cmake
@@ -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()


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to