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/parquet-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 276d45f PARQUET-1220: Don't build Thrift examples and tutorials in
the ExternalProject
276d45f is described below
commit 276d45f653d54bb37a3ec5bb9c04f5ef72e34ef9
Author: Korn, Uwe <[email protected]>
AuthorDate: Tue Feb 20 12:33:46 2018 -0500
PARQUET-1220: Don't build Thrift examples and tutorials in the
ExternalProject
Author: Korn, Uwe <[email protected]>
Closes #440 from xhochy/PARQUET-1220 and squashes the following commits:
de2ee1b [Korn, Uwe] PARQUET-1220: Don't build Thrift examples and tutorials
in the ExternalProject
---
cmake_modules/ThirdpartyToolchain.cmake | 3 +++
1 file changed, 3 insertions(+)
diff --git a/cmake_modules/ThirdpartyToolchain.cmake
b/cmake_modules/ThirdpartyToolchain.cmake
index 9f24112..3c197dd 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -193,6 +193,8 @@ if (NOT THRIFT_FOUND)
"-DCMAKE_INSTALL_RPATH=${THRIFT_PREFIX}/lib"
"-DBUILD_SHARED_LIBS=OFF"
"-DBUILD_TESTING=OFF"
+ "-DBUILD_EXAMPLES=OFF"
+ "-DBUILD_TUTORIALS=OFF"
"-DWITH_QT4=OFF"
"-DWITH_C_GLIB=OFF"
"-DWITH_JAVA=OFF"
@@ -200,6 +202,7 @@ if (NOT THRIFT_FOUND)
"-DWITH_HASKELL=OFF"
"-DWITH_CPP=ON"
"-DWITH_STATIC_LIB=ON"
+ "-DWITH_LIBEVENT=OFF"
)
set(THRIFT_STATIC_LIB_NAME "${CMAKE_STATIC_LIBRARY_PREFIX}thrift")
--
To stop receiving notification emails like this one, please contact
[email protected].