Skip to content

Commit

Permalink
Enable ARROW_CSV.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Sep 18, 2023
1 parent 3ca4a3e commit 495b1d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion matlab/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ function(build_arrow)
set(ARROW_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/arrow_ep-prefix")
set(ARROW_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/arrow_ep-build")
set(ARROW_CMAKE_ARGS "-DCMAKE_INSTALL_PREFIX=${ARROW_PREFIX}"
"-DCMAKE_INSTALL_LIBDIR=lib" "-DARROW_BUILD_STATIC=OFF")
"-DCMAKE_INSTALL_LIBDIR=lib" "-DARROW_BUILD_STATIC=OFF"
"-DARROW_CSV=ON")

if(Arrow_FOUND
AND NOT GTest_FOUND
Expand Down

0 comments on commit 495b1d0

Please sign in to comment.