Use specific googletest version

pull/541/head
elsid 6 years ago
parent 33044add97
commit 2073218fc6
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

@ -1,6 +1,6 @@
#!/bin/sh -e
git clone https://github.com/google/googletest.git
git clone -b release-1.8.1 https://github.com/google/googletest.git
cd googletest
mkdir build
cd build

Loading…
Cancel
Save