Upgrade google benchmark to v1.6.0

This fixes a compile error with clang 13
This commit is contained in:
Andrew Noyes 2021-12-02 16:06:40 -08:00
parent c5562852a5
commit 5b167729d2

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"