Repository: arrow
Updated Branches:
  refs/heads/master cdee23c27 -> 681479dc7


ARROW-1182: C++: Specify BUILD_BYPRODUCTS for zlib and zstd

Change-Id: I7f4ce23ead7ab1b27741b80a382c0cd4d0019895

Author: Uwe L. Korn <uw...@xhochy.com>

Closes #808 from xhochy/ARROW-1182 and squashes the following commits:

8dfe7b62 [Uwe L. Korn] ARROW-1182: C++: Specify BUILD_BYPRODUCTS for zlib and 
zstd


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/681479dc
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/681479dc
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/681479dc

Branch: refs/heads/master
Commit: 681479dc77a6099391b1190e7c875a905b63e138
Parents: cdee23c
Author: Uwe L. Korn <uw...@xhochy.com>
Authored: Mon Jul 3 18:05:13 2017 -0400
Committer: Wes McKinney <wes.mckin...@twosigma.com>
Committed: Mon Jul 3 18:05:13 2017 -0400

----------------------------------------------------------------------
 cpp/cmake_modules/ThirdpartyToolchain.cmake | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/681479dc/cpp/cmake_modules/ThirdpartyToolchain.cmake
----------------------------------------------------------------------
diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake 
b/cpp/cmake_modules/ThirdpartyToolchain.cmake
index 33447ae..3e09006 100644
--- a/cpp/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -673,6 +673,7 @@ if (NOT LZ4_FOUND)
       CONFIGURE_COMMAND ""
       INSTALL_COMMAND ""
       BINARY_DIR ${LZ4_BUILD_DIR}
+      BUILD_BYPRODUCTS ${LZ4_STATIC_LIB}
       ${LZ4_BUILD_COMMAND}
       )
 
@@ -712,6 +713,7 @@ if (NOT ZSTD_FOUND)
       CONFIGURE_COMMAND ""
       INSTALL_COMMAND ""
       BINARY_DIR ${ZSTD_BUILD_DIR}
+      BUILD_BYPRODUCTS ${ZSTD_STATIC_LIB}
       ${ZSTD_BUILD_COMMAND}
       )
 

Reply via email to