Skip to content

Commit

Permalink
Try linking against log_internal_nullguard too if present
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 4, 2024
1 parent d5ccbf3 commit 0a05df3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4717,6 +4717,9 @@ function(build_orc)
if(TARGET absl::log_internal_check_op)
target_link_libraries(orc::orc INTERFACE absl::log_internal_check_op)
endif()
if(TARGET absl::log_internal_nullguard)
target_link_libraries(orc::orc INTERFACE absl::log_internal_nullguard)
endif()
if(NOT MSVC)
if(NOT APPLE AND ARROW_ENABLE_THREADING)
target_link_libraries(orc::orc INTERFACE Threads::Threads)
Expand Down

0 comments on commit 0a05df3

Please sign in to comment.