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

kou 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 67efb73  ARROW-5219: [C++] Build protobuf_ep in parallel when using 
Ninja build
67efb73 is described below

commit 67efb73eff689180a1d100606f53ce3ad85db4ac
Author: Wes McKinney <wesm+...@apache.org>
AuthorDate: Fri Apr 26 10:54:57 2019 +0900

    ARROW-5219: [C++] Build protobuf_ep in parallel when using Ninja build
    
    I noticed this when looking at ARROW-5192
    
    Author: Wes McKinney <wesm+...@apache.org>
    
    Closes #4208 from wesm/ARROW-5219 and squashes the following commits:
    
    8c5560f1 <Wes McKinney> Build protobuf_ep in parallel when using Ninja build
---
 cpp/cmake_modules/ThirdpartyToolchain.cmake | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake 
b/cpp/cmake_modules/ThirdpartyToolchain.cmake
index 1c42d87..80c9746 100644
--- a/cpp/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -1047,6 +1047,9 @@ macro(build_protobuf)
                       CONFIGURE_COMMAND
                       "./configure"
                       ${PROTOBUF_CONFIGURE_ARGS}
+                      BUILD_COMMAND
+                      ${MAKE}
+                      ${MAKE_BUILD_ARGS}
                       BUILD_IN_SOURCE
                       1
                       URL

Reply via email to