Repository: parquet-cpp
Updated Branches:
  refs/heads/master 8a0ae8856 -> e6763722b


PARQUET-853: Pass PARQUET_BOOST_USE_SHARED to Arrow EP

Author: Korn, Uwe <[email protected]>

Closes #318 from xhochy/PARQUET-853 and squashes the following commits:

cb54dbc [Korn, Uwe] PARQUET-853: Pass PARQUET_BOOST_USE_SHARED to Arrow EP


Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/e6763722
Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/e6763722
Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/e6763722

Branch: refs/heads/master
Commit: e6763722b0d6d92b743602a67716d81223d76a7b
Parents: 8a0ae88
Author: Korn, Uwe <[email protected]>
Authored: Mon May 8 13:26:37 2017 -0400
Committer: Wes McKinney <[email protected]>
Committed: Mon May 8 13:26:37 2017 -0400

----------------------------------------------------------------------
 cmake_modules/ThirdpartyToolchain.cmake | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/e6763722/cmake_modules/ThirdpartyToolchain.cmake
----------------------------------------------------------------------
diff --git a/cmake_modules/ThirdpartyToolchain.cmake 
b/cmake_modules/ThirdpartyToolchain.cmake
index 930a42f..44b2619 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -552,6 +552,7 @@ if (NOT ARROW_FOUND)
     -DCMAKE_INSTALL_LIBDIR=${ARROW_LIB_DIR}
     -DARROW_JEMALLOC=OFF
     -DARROW_IPC=OFF
+    -DARROW_BOOST_USE_SHARED=${PARQUET_BOOST_USE_SHARED}
     -DARROW_BUILD_TESTS=OFF)
   
   if (MSVC)

Reply via email to