Skip to content

Commit

Permalink
Disable unity build
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 3, 2024
1 parent 585b178 commit 28d0e18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4503,6 +4503,8 @@ function(build_orc)
URL_HASH "SHA256=${ARROW_ORC_BUILD_SHA256_CHECKSUM}")
prepare_fetchcontent()

set(CMAKE_UNITY_BUILD FALSE)

get_target_property(LZ4_INCLUDE_DIR LZ4::lz4 INTERFACE_INCLUDE_DIRECTORIES)
get_filename_component(LZ4_ROOT "${LZ4_INCLUDE_DIR}" DIRECTORY)
set(LZ4_HOME
Expand Down

0 comments on commit 28d0e18

Please sign in to comment.