Skip to content

Commit a8ed658

Browse files
committed
Do not link with gtest/gmock
1 parent c6c0722 commit a8ed658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/src/arrow/integration/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ elseif(ARROW_BUILD_INTEGRATION)
3838
SOURCES
3939
c_data_integration_internal.cc
4040
SHARED_LINK_LIBS
41-
${ARROW_TEST_SHARED_LINK_LIBS}
41+
arrow_testing_shared
4242
STATIC_LINK_LIBS
43-
${ARROW_TEST_STATIC_LINK_LIBS})
43+
arrow_testing_static)
4444
endif()

0 commit comments

Comments
 (0)