Skip to content

Commit

Permalink
Add missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 18, 2022
1 parent b30699c commit b7307fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,7 @@ set(COMMON_LINT_OPTIONS
--source_dir
${CMAKE_CURRENT_SOURCE_DIR}/examples
--source_dir
${CMAKE_CURRENT_SOURCE_DIR}/tools
# TODO: Move to java/CMakeLists.txt or somewhere
--source_dir
${CMAKE_CURRENT_SOURCE_DIR}/../java)
${CMAKE_CURRENT_SOURCE_DIR}/tools)

add_custom_target(lint
${PYTHON_EXECUTABLE}
Expand Down
3 changes: 2 additions & 1 deletion cpp/src/gandiva/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ add_arrow_lib(gandiva
${GANDIVA_STATIC_LINK_LIBS}
STATIC_INSTALL_INTERFACE_LIBS
Arrow::arrow_static
LLVM::LLVM_HEADERS)
LLVM::LLVM_HEADERS
LLVM::LLVM_LIBS)

foreach(LIB_TARGET ${GANDIVA_LIBRARIES})
target_compile_definitions(${LIB_TARGET} PRIVATE GANDIVA_EXPORTING)
Expand Down

0 comments on commit b7307fc

Please sign in to comment.