Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Jun 7, 2024
1 parent d73bab3 commit 6c8cfd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flex/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,12 @@ find_package(Boost REQUIRED COMPONENTS system filesystem
context program_options regex thread date_time)
add_definitions("-DBOOST_BIND_GLOBAL_PLACEHOLDERS")

#find arrow----------------------------------------------------------------------
find_package(Arrow REQUIRED)
if (NOT Arrow_FOUND)
message(FATAL_ERROR "arrow not found, please install the arrow library")
else ()
include_directories(SYSTEM ${Arrow_INCLUDE_DIRS})
include_directories(SYSTEM ${ARROW_INCLUDE_DIRS})
if (TARGET arrow_shared)
set(ARROW_SHARED_LIB arrow_shared)
endif()
Expand Down

0 comments on commit 6c8cfd1

Please sign in to comment.