Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 12, 2024
1 parent 6535007 commit 7cf36d5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions matlab/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,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")
# Supply -DARROW_CXXFLAGS=-D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR to
# workaround windows-2022 GitHub Runner bug involving the VC Runtime:
#
# See issues below for details:
#
# https://github.com/actions/runner-images/issues/10020
# https://github.com/actions/runner-images/issues/10004
# Supply -DARROW_CXXFLAGS=-D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR to fix
# a segfault on windows. See https://github.com/apache/arrow/issues/42015.
set(ARROW_CMAKE_ARGS
"-DCMAKE_INSTALL_PREFIX=${ARROW_PREFIX}" "-DCMAKE_INSTALL_LIBDIR=lib"
"-DARROW_BUILD_STATIC=OFF" "-DARROW_CSV=ON"
Expand Down

0 comments on commit 7cf36d5

Please sign in to comment.