File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if DEFINED GIT_PULL_TOKEN (
14
14
15
15
set GTEST_PATH = third_party\googletest
16
16
if NOT EXIST %GTEST_PATH% \CMakeLists.txt (
17
- git clone --depth 1 --branch release-1.11.0 https://github.com/google/googletest %GTEST_PATH%
17
+ git clone --depth 1 --branch release-1.12.1 https://github.com/google/googletest %GTEST_PATH%
18
18
)
19
19
20
20
set CUSTOM_PROPS =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ GTEST_PATH=third_party/googletest
19
19
if [ ! " $( ls -A $GTEST_PATH /CMakeLists.txt) " ]; then
20
20
echo Clone googletest from google/googletest:master ...
21
21
rm -rf ${GTEST_PATH} # delete just if empty directory exists
22
- git clone --depth 1 --branch release-1.11.0 https://github.com/google/googletest $GTEST_PATH
22
+ git clone --depth 1 --branch release-1.12.1 https://github.com/google/googletest $GTEST_PATH
23
23
else
24
24
echo " Using existing googletest from thirdparty/"
25
25
fi
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if DEFINED GIT_PULL_TOKEN (
10
10
11
11
set GTEST_PATH = third_party\googletest
12
12
if NOT EXIST %GTEST_PATH% \CMakeLists.txt (
13
- git clone --depth 1 --branch release-1.11.0 https://github.com/google/googletest %GTEST_PATH%
13
+ git clone --depth 1 --branch release-1.12.1 https://github.com/google/googletest %GTEST_PATH%
14
14
)
15
15
16
16
set PLATFORM =
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ set APP_HOME=%DIRNAME%
17
17
set GTEST_PATH = ..\..\third_party\googletest
18
18
if NOT EXIST %GTEST_PATH% \CMakeLists.txt (
19
19
rd /S /Q %GTEST_PATH%
20
- git clone --depth 1 --branch release-1.11.0 https://github.com/google/googletest %GTEST_PATH%
20
+ git clone --depth 1 --branch release-1.12.1 https://github.com/google/googletest %GTEST_PATH%
21
21
dir %GTEST_PATH% \googletest\src\gtest-all.cc
22
22
)
23
23
You can’t perform that action at this time.
0 commit comments