From 42d9ff9abba63ff2e945463527561421c1cd9d64 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 1 May 2025 08:23:24 +0200 Subject: [PATCH] Bump Googletest version to 1.17.0 --- CMakeLists.txt | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb6589bbd..da47d8f28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -361,7 +361,7 @@ set(GNSSSDR_GLOG_LOCAL_VERSION "0.7.1") set(GNSSSDR_MATIO_LOCAL_VERSION "1.5.28") set(GNSSSDR_PROTOCOLBUFFERS_LOCAL_VERSION "30.2") set(GNSSSDR_PUGIXML_LOCAL_VERSION "1.15") -set(GNSSSDR_GTEST_LOCAL_VERSION "1.16.0") +set(GNSSSDR_GTEST_LOCAL_VERSION "1.17.0") set(GNSSSDR_GNSS_SIM_LOCAL_VERSION "origin/master") set(GNSSSDR_GNSSTK_LOCAL_VERSION "14.3.0") set(GNSSSDR_BENCHMARK_LOCAL_VERSION "1.9.2") diff --git a/README.md b/README.md index 7420c1a75..02b140687 100644 --- a/README.md +++ b/README.md @@ -397,8 +397,8 @@ $ sudo ldconfig #### Download [GoogleTest](https://github.com/google/googletest "Googletest Homepage") ``` -$ wget https://github.com/google/googletest/archive/refs/tags/v1.16.0.zip -$ unzip v1.16.0.zip +$ wget https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip +$ unzip v1.17.0.zip ``` Please **DO NOT build or install** Google Test. Every user needs to compile @@ -422,10 +422,10 @@ downloaded resides. Just type in your terminal (or add it to your `$HOME/.bashrc` file for a permanent solution) the following line: ``` -export GTEST_DIR=/home/username/googletest-1.16.0 +export GTEST_DIR=/home/username/googletest-1.17.0 ``` -changing `/home/username/googletest-1.16.0` by the actual path where you +changing `/home/username/googletest-1.17.0` by the actual path where you unpacked Google Test. If the CMake script does not find that folder, or the environment variable is not defined, or the source code is not installed by a package, then it will download a fresh copy of the Google Test source code and