Update GoogleTest lib to latest release version 1.12.1

This commit is contained in:
Kostas Kyrimis 2022-12-12 19:15:28 +02:00
parent 89f42ef73e
commit 2e4e975102
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ benchmark_tag="v1.6.0"
repo_clone_try_double "${primary_urls[gbenchmark]}" "${secondary_urls[gbenchmark]}" "benchmark" "$benchmark_tag" true repo_clone_try_double "${primary_urls[gbenchmark]}" "${secondary_urls[gbenchmark]}" "benchmark" "$benchmark_tag" true
# google test # google test
googletest_tag="release-1.8.0" googletest_tag="release-1.12.1"
repo_clone_try_double "${primary_urls[gtest]}" "${secondary_urls[gtest]}" "googletest" "$googletest_tag" true repo_clone_try_double "${primary_urls[gtest]}" "${secondary_urls[gtest]}" "googletest" "$googletest_tag" true
# libbcrypt # libbcrypt

View File

@ -11,7 +11,7 @@
#include <filesystem> #include <filesystem>
#include <gmock/gmock-generated-matchers.h> #include <gmock/gmock-matchers.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "utils/settings.hpp" #include "utils/settings.hpp"