Skip to content

Commit

Permalink
Enable ARROW_CSV in ExternalProject_Add call.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Sep 19, 2023
1 parent 6c86930 commit 8cf3d8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/scripts/matlab_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ cmake \
-B ${build_dir} \
-G Ninja \
-D CMAKE_INSTALL_PREFIX=${install_dir} \
-D MATLAB_ADD_INSTALL_DIR_TO_SEARCH_PATH=OFF \
-D ARROW_CSV=ON
-D MATLAB_ADD_INSTALL_DIR_TO_SEARCH_PATH=OFF
cmake --build ${build_dir} --config Release --target install

0 comments on commit 8cf3d8c

Please sign in to comment.