mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-22 00:03:13 +00:00
Use specific googletest version
This commit is contained in:
parent
33044add97
commit
2073218fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/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
|
cd googletest
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue