Skip to content

Commit

Permalink
try fix link issues
Browse files Browse the repository at this point in the history
Signed-off-by: Ted Xu <ted.xu@zilliz.com>
  • Loading branch information
tedxu committed Nov 7, 2024
1 parent 9633176 commit 8c52b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ if (WITH_OPENDAL)
include(libopendal)
endif()

find_package(Azure REQUIRED)
#find_package(Azure REQUIRED)
find_package(Boost REQUIRED)
find_package(Arrow REQUIRED)
find_package(protobuf REQUIRED)
find_package(glog REQUIRED)
find_package(AWSSDK REQUIRED)
#find_package(AWSSDK REQUIRED)

file(GLOB_RECURSE SRC_FILES src/*.cpp src/*.cc)
add_library(milvus-storage ${SRC_FILES})
Expand Down

0 comments on commit 8c52b37

Please sign in to comment.