updating googletest (#2858)

This commit is contained in:
Antoine Cœur
2022-04-03 04:58:59 +08:00
committed by GitHub
parent 392e511f7e
commit 748d3c2223
2 changed files with 2 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ If you're new to building programs from source code, this is typically easier th
$ cd Transmission/build $ cd Transmission/build
$ make clean $ make clean
$ git submodule foreach --recursive git clean -xfd
$ git pull --rebase --prune $ git pull --rebase --prune
$ git submodule update --recursive $ git submodule update --recursive
$ # Use -DCMAKE_BUILD_TYPE=RelWithDebInfo to build optimized binary. $ # Use -DCMAKE_BUILD_TYPE=RelWithDebInfo to build optimized binary.