Update homebrew script to use gtest 1.8.0 v2017.12.25.00
authorYedidya Feldblum <yfeldblum@fb.com>
Sun, 24 Dec 2017 02:15:37 +0000 (18:15 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 24 Dec 2017 02:23:05 +0000 (18:23 -0800)
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

index 14a02670500c3ddf4e67cfbc89ddf0b36267c880..b1639dbfc763dd591d5818ad7b84673c0ad5404a 100755 (executable)
@@ -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}