From 963dc51a8d63a91b2aaa179d9bc7f5d06c62d97d Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Sat, 23 Dec 2017 18:15:37 -0800 Subject: [PATCH] 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 --- folly/build/bootstrap-osx-homebrew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.34.1