Skip to content

Commit

Permalink
Update GoogleTest used in CI to 1.14.0 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Dec 8, 2023
1 parent 20267b7 commit 6e521fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apt-get install -y --no-install-recommends \
qtbase5-dev \
libusb-1.0-0-dev

git clone --depth=1 --branch=release-1.12.1 https://github.com/google/googletest.git
git clone --depth=1 --branch=release-1.14.0 https://github.com/google/googletest.git
mkdir googletest/build
cd googletest/build
cmake -DCMAKE_CXX_STANDARD=17 ..
Expand Down

0 comments on commit 6e521fa

Please sign in to comment.