From 21fe59dee8cac36fba0564827162a5b92de17e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Roblot?= Date: Sat, 29 Jul 2023 16:00:48 +0700 Subject: [PATCH] Upgrade the version of google benchmark (#709) This upgrades the version of google benchmark used. The main reason for this upgrade is that the old version doesn't display the OVERALL_GEOMEAN when comparing two benchmarks. Co-authored-by: ArthurSonzogni --- cmake/ftxui_find_google_benchmark.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ftxui_find_google_benchmark.cmake b/cmake/ftxui_find_google_benchmark.cmake index 3eb7e9e..8e2bdc7 100644 --- a/cmake/ftxui_find_google_benchmark.cmake +++ b/cmake/ftxui_find_google_benchmark.cmake @@ -13,7 +13,7 @@ include(FetchContent) FetchContent_Declare(googlebenchmark GIT_REPOSITORY "https://github.com/google/benchmark" - GIT_TAG 62937f91b5c763a8e119d0c20c67b87bde8eff1c + GIT_TAG "015d1a091af6937488242b70121858bce8fd40e9" # v1.8.2 GIT_PROGRESS TRUE )