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 e69bbd2 commit 230815dCopy full SHA for 230815d
src/aws/compression/arrow/CMakeLists.txt
@@ -4,8 +4,8 @@ set(src
4
add_library(flb-aws-arrow STATIC ${src})
5
6
target_include_directories(flb-aws-arrow PRIVATE ${ARROW_GLIB_INCLUDE_DIRS})
7
-target_link_libraries(flb-aws-arrow ${ARROW_GLIB_LDFLAGS})
+target_link_libraries(flb-aws-arrow ${ARROW_GLIB_LIBRARIES})
8
if (ARROW_GLIB_PARQUET_FOUND)
9
target_include_directories(flb-aws-arrow PRIVATE ${ARROW_GLIB_PARQUET_INCLUDE_DIRS})
10
-target_link_libraries(flb-aws-arrow ${ARROW_GLIB_PARQUET_LDFLAGS})
+target_link_libraries(flb-aws-arrow ${ARROW_GLIB_PARQUET_LIBRARIES})
11
endif()
0 commit comments