You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/02/17 17:26:43 UTC

[GitHub] [arrow] westonpace commented on issue #34236: Can't build Arrow on M1 Mac

westonpace commented on issue #34236:
URL: https://github.com/apache/arrow/issues/34236#issuecomment-1434980465

   This is a [known issue](https://github.com/Homebrew/homebrew-core/issues/111810) with brew's googletest distribution (it's not built in way that is usable by C++17 projects).  You will need to build googletest from source.  The simplest way to do this is to specify `-DGTest_SOURCE="BUNDLED"` to cmake.  This will configure the Arrow build to download and build googletest. 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org