We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c0722 commit a8ed658Copy full SHA for a8ed658
cpp/src/arrow/integration/CMakeLists.txt
@@ -38,7 +38,7 @@ elseif(ARROW_BUILD_INTEGRATION)
38
SOURCES
39
c_data_integration_internal.cc
40
SHARED_LINK_LIBS
41
- ${ARROW_TEST_SHARED_LINK_LIBS}
+ arrow_testing_shared
42
STATIC_LINK_LIBS
43
- ${ARROW_TEST_STATIC_LINK_LIBS})
+ arrow_testing_static)
44
endif()
0 commit comments