Skip to content

Commit ab5c79f

Browse files
Update googlebenchmark to 1.6.1 (#86)
1 parent 082deff commit ab5c79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/DownloadGoogleBenchmark.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ PROJECT(googlebenchmark-download NONE)
44

55
INCLUDE(ExternalProject)
66
ExternalProject_Add(googlebenchmark
7-
URL https://github.com/google/benchmark/archive/v1.2.0.zip
8-
URL_HASH SHA256=cc463b28cb3701a35c0855fbcefb75b29068443f1952b64dd5f4f669272e95ea
7+
URL https://github.com/google/benchmark/archive/v1.6.1.zip
8+
URL_HASH SHA256=367e963b8620080aff8c831e24751852cffd1f74ea40f25d9cc1b667a9dd5e45
99
SOURCE_DIR "${CONFU_DEPENDENCIES_SOURCE_DIR}/googlebenchmark"
1010
BINARY_DIR "${CONFU_DEPENDENCIES_BINARY_DIR}/googlebenchmark"
1111
CONFIGURE_COMMAND ""

0 commit comments

Comments
 (0)