Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Oct 29, 2024
1 parent fdd8d68 commit fb078c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function(RECIPE TARGET)
target_link_libraries(
${TARGET}
ArrowDataset::arrow_dataset_shared
ArrowFlight::arrow_flight_shared GTest::gtest_main
ArrowFlight::arrow_flight_shared gtest
)
else()
target_link_libraries(parquet_shared INTERFACE arrow_shared)
Expand All @@ -79,7 +79,6 @@ recipe(flight)
# Add protobuf to flight
find_package(gRPC CONFIG REQUIRED)
find_package(Threads)
find_package(gtest)

set(PROTO_FILES
protos/helloworld.proto
Expand Down

0 comments on commit fb078c5

Please sign in to comment.