From: Yedidya Feldblum Date: Sun, 24 Dec 2017 02:15:37 +0000 (-0800) Subject: Update homebrew script to use gtest 1.8.0 X-Git-Tag: v2017.12.25.00^0 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=963dc51a8d63a91b2aaa179d9bc7f5d06c62d97d Update homebrew script to use gtest 1.8.0 Summary: [Folly] Update homebrew script to use gtest 1.8.0, to be consistent with the docs. Closes #722. Reviewed By: Orvid Differential Revision: D6633606 fbshipit-source-id: 5e9a5790100fe7a408be7a9a77c847bece91d405 --- diff --git a/folly/build/bootstrap-osx-homebrew.sh b/folly/build/bootstrap-osx-homebrew.sh index 14a02670..b1639dbf 100755 --- a/folly/build/bootstrap-osx-homebrew.sh +++ b/folly/build/bootstrap-osx-homebrew.sh @@ -45,7 +45,7 @@ autoreconf -ivf # fetch googletest, if doesn't exist pushd test -GTEST_VER=1.7.0 +GTEST_VER=1.8.0 GTEST_DIR=gtest-${GTEST_VER} if [ ! -d ${GTEST_DIR} ]; then mkdir ${GTEST_DIR}