Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-40331: [C++][CMake] Add missing glog::glog dependency to arr…
…ow_util (apache#40332) ### Rationale for this change `cpp/src/arrow/util/logging.cc` may use glog. So `arrow_util` OBJECT target(s) must depend on `glog::glog`. ### What changes are included in this PR? Add missing `glog::glog` dependency to `${ARROW_UTIL_TARGETS}`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: apache#40331 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information