Skip to content

Commit

Permalink
rollback makefile for window
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed May 15, 2024
1 parent 1b615fa commit d4961bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/src/arrow/compute/kernels/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

# Define arrow_compute_testing object library for common test files
if(ARROW_TESTING)
add_library(arrow_compute_kernels_testing OBJECT test_util.cc)
add_library(arrow_compute_kernels_testing OBJECT test_util.cc
../../testing/fixed_width_test_util.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_compute_kernels_testing PUBLIC ${ARROW_GTEST_GMOCK})
Expand Down

0 comments on commit d4961bc

Please sign in to comment.