Skip to content

Commit

Permalink
add s3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ami11111 committed Sep 10, 2024
1 parent 4a00288 commit 102650a
Show file tree
Hide file tree
Showing 3 changed files with 751 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ target_sources(infinity

add_dependencies(infinity oatpp)

#include(/home/weilongma/Desktop/vcpkg/scripts/buildsystems/vcpkg.cmake)
#find_package(miniocpp REQUIRED)
target_link_libraries(infinity
infinity_core
sql_parser
Expand All @@ -330,7 +328,6 @@ target_link_libraries(infinity
event.a
c++.a
c++abi.a
#miniocpp::miniocpp
# profiler
oatpp.a
parquet.a
Expand Down Expand Up @@ -392,7 +389,6 @@ if (SKBUILD)
thrift.a
thriftnb.a
snappy.a
#miniocpp::miniocpp
)

# WARN: python modules shall not link to static libstdc++!!!
Expand Down Expand Up @@ -528,7 +524,6 @@ target_link_libraries(unit_test
thriftnb.a
snappy.a
${JEMALLOC_STATIC_LIB}
#miniocpp::miniocpp
)

target_link_directories(unit_test PUBLIC "${CMAKE_BINARY_DIR}/lib")
Expand Down
Loading

0 comments on commit 102650a

Please sign in to comment.