Commit 963dc51a authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

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
parent 9fef1cd9
No related merge requests found
...@@ -45,7 +45,7 @@ autoreconf -ivf ...@@ -45,7 +45,7 @@ autoreconf -ivf
# fetch googletest, if doesn't exist # fetch googletest, if doesn't exist
pushd test pushd test
GTEST_VER=1.7.0 GTEST_VER=1.8.0
GTEST_DIR=gtest-${GTEST_VER} GTEST_DIR=gtest-${GTEST_VER}
if [ ! -d ${GTEST_DIR} ]; then if [ ! -d ${GTEST_DIR} ]; then
mkdir ${GTEST_DIR} mkdir ${GTEST_DIR}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment