Skip to content

Commit

Permalink
fix the compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Aug 1, 2023
1 parent c489e50 commit 1c5563b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ if(VELOX_ENABLE_ARROW)
-DCMAKE_INSTALL_PREFIX=${ARROW_PREFIX}/install
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DARROW_BUILD_STATIC=ON
-DThrift_SOURCE=${THRIFT_SOURCE})
-DThrift_SOURCE=${THRIFT_SOURCE}
-DSnappy_SOURCE=AUTO)
set(ARROW_LIBDIR ${ARROW_PREFIX}/install/${CMAKE_INSTALL_LIBDIR})

add_library(thrift STATIC IMPORTED GLOBAL)
Expand Down

0 comments on commit 1c5563b

Please sign in to comment.