js8544 commented on code in PR #34159: URL: https://github.com/apache/arrow/pull/34159#discussion_r1106602445
########## java/gandiva/CMakeLists.txt: ########## @@ -38,6 +38,7 @@ set(GANDIVA_PROTO_DIR ${CMAKE_CURRENT_SOURCE_DIR}/proto) get_filename_component(GANDIVA_PROTO_FILE_ABSOLUTE ${GANDIVA_PROTO_DIR}/Types.proto ABSOLUTE) +set(Protobuf_USE_STATIC_LIBS ON) Review Comment: Done. ########## java/gandiva/CMakeLists.txt: ########## @@ -38,6 +38,7 @@ set(GANDIVA_PROTO_DIR ${CMAKE_CURRENT_SOURCE_DIR}/proto) get_filename_component(GANDIVA_PROTO_FILE_ABSOLUTE ${GANDIVA_PROTO_DIR}/Types.proto ABSOLUTE) +set(Protobuf_USE_STATIC_LIBS ON) find_package(Protobuf REQUIRED) if(MSVC) Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org