Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgaborkertesz-linaro <91903944+gaborkertesz-linaro@users.noreply.github.com>2022-07-04 23:22:53 +0300
committerGitHub <noreply@github.com>2022-07-04 23:22:53 +0300
commitab5c79fa45e459dd9a98e53c8878e9e20fb7be7a (patch)
treef31a9efac65cc35b075bd927199daa69abf896b4
parent082deffc80ce517f81dc2f3aebe6ba671fcd09c9 (diff)
Update googlebenchmark to 1.6.1 (#86)
-rw-r--r--cmake/DownloadGoogleBenchmark.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/DownloadGoogleBenchmark.cmake b/cmake/DownloadGoogleBenchmark.cmake
index 59da7a6..fd99d0e 100644
--- a/cmake/DownloadGoogleBenchmark.cmake
+++ b/cmake/DownloadGoogleBenchmark.cmake
@@ -4,8 +4,8 @@ PROJECT(googlebenchmark-download NONE)
INCLUDE(ExternalProject)
ExternalProject_Add(googlebenchmark
- URL https://github.com/google/benchmark/archive/v1.2.0.zip
- URL_HASH SHA256=cc463b28cb3701a35c0855fbcefb75b29068443f1952b64dd5f4f669272e95ea
+ URL https://github.com/google/benchmark/archive/v1.6.1.zip
+ URL_HASH SHA256=367e963b8620080aff8c831e24751852cffd1f74ea40f25d9cc1b667a9dd5e45
SOURCE_DIR "${CONFU_DEPENDENCIES_SOURCE_DIR}/googlebenchmark"
BINARY_DIR "${CONFU_DEPENDENCIES_BINARY_DIR}/googlebenchmark"
CONFIGURE_COMMAND ""