Merge pull request #6091 from sfc-gh-anoyes/anoyes/upgrade-google-benchmark

Upgrade google benchmark to v1.6.0
This commit is contained in:
Andrew Noyes 2021-12-03 16:27:10 -08:00 committed by GitHub
commit 5fae5c859e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ project(googlebenchmark-download NONE)
include(ExternalProject)
ExternalProject_Add(googlebenchmark
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG 8039b4030795b1c9b8cedb78e3a2a6fb89574b6e # v1.5.1
GIT_TAG f91b6b42b1b9854772a90ae9501464a161707d1e # v1.6.0
GIT_SHALLOW ON
GIT_CONFIG advice.detachedHead=false
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googlebenchmark-src"