This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new b63430d  ARROW-3581: [Gandiva][C++] Use protobuf as shared library 
when -DARROW_PROTOBUF_USE_SHARED=ON
b63430d is described below

commit b63430dd32812157672a4a07935dc0055831d0d4
Author: Kouhei Sutou <[email protected]>
AuthorDate: Sun Oct 21 08:26:51 2018 -0400

    ARROW-3581: [Gandiva][C++] Use protobuf as shared library when 
-DARROW_PROTOBUF_USE_SHARED=ON
    
    Author: Kouhei Sutou <[email protected]>
    
    Closes #2807 from kou/cpp-gandiva-support-arrow-protobuf-use-shared and 
squashes the following commits:
    
    f36372f7d <Kouhei Sutou>  Use protobuf as shared library when 
-DARROW_PROTOBUF_USE_SHARED=ON
---
 cpp/src/gandiva/jni/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/src/gandiva/jni/CMakeLists.txt 
b/cpp/src/gandiva/jni/CMakeLists.txt
index f77caae..090937a 100644
--- a/cpp/src/gandiva/jni/CMakeLists.txt
+++ b/cpp/src/gandiva/jni/CMakeLists.txt
@@ -78,6 +78,6 @@ endif()
 # dependency on protobuf.
 target_link_libraries(gandiva_jni
   PRIVATE
-    ${PROTOBUF_STATIC_LIB}
+    protobuf
     gandiva_static
 )

Reply via email to