Skip to content

Commit

Permalink
Update GTest to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Jul 22, 2024
1 parent ef3a6f0 commit 26f899d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[requires]
gtest/1.14.0
gtest/1.15.0

[generators]
CMakeToolchain
Expand Down
2 changes: 1 addition & 1 deletion script/ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apt-get install -y --no-install-recommends \
libgl1-mesa-dev \
libusb-1.0-0-dev

git clone --depth=1 --branch=v1.14.0 https://github.com/google/googletest.git
git clone --depth=1 --branch=v1.15.0 https://github.com/google/googletest.git
mkdir googletest/build
cd googletest/build
cmake -DCMAKE_CXX_STANDARD=20 ..
Expand Down

0 comments on commit 26f899d

Please sign in to comment.