kevingurney commented on pull request #10614: URL: https://github.com/apache/arrow/pull/10614#issuecomment-879449900
@kou we just pushed updates to `matlab/CMakeLists.txt` which enable building of the Arrow C++ libraries and bundled GoogleTest binaries automatically from source on macOS and Windows. We are now able to build and run the MATLAB C++ tests consistently, using the same set of commands, on Windows, Mac, and Linux: ```bash $ cmake -S . -B build -D MATLAB_BUILD_TESTS=ON $ cmake --build build --config Release $ ctest --test-dir build ``` I think we are good to go now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
