Repository: arrow
Updated Branches:
  refs/heads/master 685ebf490 -> ab848f0ea


ARROW-713: [C++] Fix cmake linking issue in new IPC benchmark

Author: Jeff Knupp <jeff.kn...@enigma.io>

Closes #444 from jeffknupp/master and squashes the following commits:

37aa10f [Jeff Knupp] [C++] ARROW-713: Fix cmake linking issue in new IPC 
benchmark


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

Branch: refs/heads/master
Commit: ab848f0eab053eeea62d1cf0c0f285db6460da54
Parents: 685ebf4
Author: Jeff Knupp <jeff.kn...@enigma.io>
Authored: Sun Mar 26 09:19:44 2017 +0200
Committer: Uwe L. Korn <uw...@xhochy.com>
Committed: Sun Mar 26 09:19:44 2017 +0200

----------------------------------------------------------------------
 cpp/src/arrow/ipc/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/ab848f0e/cpp/src/arrow/ipc/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/cpp/src/arrow/ipc/CMakeLists.txt b/cpp/src/arrow/ipc/CMakeLists.txt
index d6ee930..030cba9 100644
--- a/cpp/src/arrow/ipc/CMakeLists.txt
+++ b/cpp/src/arrow/ipc/CMakeLists.txt
@@ -173,5 +173,5 @@ if (ARROW_BUILD_UTILITIES)
 endif()
 
 ADD_ARROW_BENCHMARK(ipc-read-write-benchmark)
-ARROW_TEST_LINK_LIBRARIES(ipc-read-write-benchmark
+ARROW_BENCHMARK_LINK_LIBRARIES(ipc-read-write-benchmark
   ${ARROW_IPC_TEST_LINK_LIBS})

Reply via email to