File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 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 (
1414
1515set GTEST_PATH = third_party\googletest
1616if 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%
1818)
1919
2020set CUSTOM_PROPS =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ GTEST_PATH=third_party/googletest
1919if [ ! " $( ls -A $GTEST_PATH /CMakeLists.txt) " ]; then
2020 echo Clone googletest from google/googletest:master ...
2121 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
2323else
2424 echo " Using existing googletest from thirdparty/"
2525fi
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if DEFINED GIT_PULL_TOKEN (
1010
1111set GTEST_PATH = third_party\googletest
1212if 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%
1414)
1515
1616set PLATFORM =
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ set APP_HOME=%DIRNAME%
1717set GTEST_PATH = ..\..\third_party\googletest
1818if NOT EXIST %GTEST_PATH% \CMakeLists.txt (
1919 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%
2121 dir %GTEST_PATH% \googletest\src\gtest-all.cc
2222)
2323
You can’t perform that action at this time.
0 commit comments