File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -269,10 +269,15 @@ else
269269 -Dgflags_SOURCE=${gflags_SOURCE:- } \
270270 -Dgoogle_cloud_cpp_storage_SOURCE=${google_cloud_cpp_storage_SOURCE:- } \
271271 -DgRPC_SOURCE=${gRPC_SOURCE:- } \
272- -DGTest_SOURCE=${GTest_SOURCE:- } \
272+ # -DGTest_SOURCE=${GTest_SOURCE:-} \
273273 -Dlz4_SOURCE=${lz4_SOURCE:- } \
274+ -DCMAKE_CXX_FLAGS=" -I/opt/homebrew/Cellar/libiodbc/3.52.16/include -L/opt/homebrew/Cellar/libiodbc/3.52.16/lib -Wno-deprecated-declarations -Wno-error=null-conversion -Wno-error=switch -Wno-error=unused-variable -Wno-error=pessimizing-move -Wno-error=unused-private-field -Wno-error=missing-field-initializers -Wno-error=deprecated-this-capture -Wno-error=reorder-ctor -Wno-error=unused-value -Wno-error=deprecated-copy-with-user-provided-copy -Wno-error=shorten-64-to-32 -Wno-error=sign-compare -Wno-error=documentation" \
275+ -DCMAKE_OSX_ARCHITECTURES=arm64 \
276+ -DCMAKE_CXX_FLAGS_DEBUG=" -g -O0 -fno-inline" \
274277 -DODBC_INCLUDE_DIR=" ${ODBC_INCLUDE_DIR:- } " \
275278 -DODBC_LIBRARY=/opt/homebrew/Cellar/libiodbc/3.52.16/lib/libiodbc.dylib \
279+ -DGTest_SOURCE=" SYSTEM" \
280+ # -DARROW_BUILD_TESTS=ON \
276281 -Dopentelemetry-cpp_SOURCE=${opentelemetry_cpp_SOURCE:- } \
277282 -DORC_SOURCE=${ORC_SOURCE:- } \
278283 -DPARQUET_BUILD_EXAMPLES=${PARQUET_BUILD_EXAMPLES:- OFF} \
You can’t perform that action at this time.
0 commit comments