Skip to content

Commit

Permalink
Update version of gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Chaplain committed Jan 5, 2024
1 parent df67698 commit fa2ccf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/fetch_system_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ fi
# Install gtest dependency
if [ ! -f "$EXTERNAL_ROOT/include/gtest/gtest.h" ]; then
cd "$EXTERNAL_BUILD_ROOT";
wget https://github.com/google/googletest/archive/release-1.10.0.tar.gz -O - | tar xz;
cd googletest-release-1.10.0;
wget https://github.com/google/googletest/archive/release-1.11.0.tar.gz -O - | tar xz;
cd googletest-release-1.11.0;
cmake -DCMAKE_INSTALL_PREFIX="$EXTERNAL_ROOT" -DCMAKE_PREFIX_PATH="$EXTERNAL_ROOT" .;
cmake --build . -j2 --target=install;
cd ..
Expand Down

0 comments on commit fa2ccf7

Please sign in to comment.