Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 29, 2024
1 parent 4cf9491 commit 48cb2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/gandiva/precompiled/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ if(ARROW_BUILD_TESTS)
../decimal_type_util.cc
../decimal_xlarge.cc)
target_include_directories(gandiva-precompiled-test PRIVATE ${CMAKE_SOURCE_DIR}/src)
target_link_libraries(gandiva-precompiled-test PRIVATE ${ARROW_TEST_LINK_LIBS}
Boost::headers)
target_link_libraries(gandiva-precompiled-test PRIVATE Boost::headers
${ARROW_TEST_LINK_LIBS})
target_compile_definitions(gandiva-precompiled-test PRIVATE GANDIVA_UNIT_TEST=1
ARROW_STATIC GANDIVA_STATIC)
set(TEST_PATH "${EXECUTABLE_OUTPUT_PATH}/gandiva-precompiled-test")
Expand Down

0 comments on commit 48cb2a3

Please sign in to comment.