Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rok committed Mar 16, 2024
1 parent eaeb350 commit b32640d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/arrow/acero/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ endforeach()
if(ARROW_TESTING)
# test_nodes.cc isn't used by all tests but link to it for simple
# CMakeLists.txt.
add_library(arrow_acero_testing OBJECT test_nodes.cc test_util_internal.cc
../extension/tensor_extension_array_test.cc)
add_library(arrow_acero_testing OBJECT test_nodes.cc test_util_internal.cc)
# Even though this is still just an object library we still need to "link" our
# dependencies so that include paths are configured correctly
target_link_libraries(arrow_acero_testing PRIVATE ${ARROW_ACERO_TEST_LINK_LIBS})
Expand Down

0 comments on commit b32640d

Please sign in to comment.