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

apitrou 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 16fdd1c  ARROW-4958: [C++] Parquet benchmarks depend on its static 
test libs
16fdd1c is described below

commit 16fdd1c3d79fccaacb52f7ddfbaa4bcff61b5dc3
Author: Korn, Uwe <[email protected]>
AuthorDate: Tue Mar 19 14:08:56 2019 +0100

    ARROW-4958: [C++] Parquet benchmarks depend on its static test libs
    
    Author: Korn, Uwe <[email protected]>
    
    Closes #3974 from xhochy/ARROW-4958 and squashes the following commits:
    
    b82859220 <Korn, Uwe> ARROW-4958:  Parquet benchmarks depend on its static 
test libs
---
 cpp/src/parquet/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/src/parquet/CMakeLists.txt b/cpp/src/parquet/CMakeLists.txt
index 7ae8ddf..3615246 100644
--- a/cpp/src/parquet/CMakeLists.txt
+++ b/cpp/src/parquet/CMakeLists.txt
@@ -116,7 +116,7 @@ set(PARQUET_STATIC_TEST_LINK_LIBS ${PARQUET_MIN_TEST_LIBS} 
parquet_static
 if(WIN32 OR NOT ARROW_BUILD_SHARED)
   # The benchmarks depend on some static Thrift symbols
   set(PARQUET_BENCHMARK_LINK_OPTION STATIC_LINK_LIBS benchmark::benchmark_main
-      parquet_static)
+      ${PARQUET_STATIC_TEST_LINK_LIBS})
 else()
   set(PARQUET_BENCHMARK_LINK_OPTION EXTRA_LINK_LIBS parquet_shared)
 endif()

Reply via email to