1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 17:39:44 +00:00

Use googletest 1.10.0

To get support for INSTANTIATE_TEST_SUITE_P macro
This commit is contained in:
elsid 2020-05-01 23:01:47 +02:00
parent edf002aa97
commit ca649003ed
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

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