mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Upgrade google benchmark to v1.6.0
This fixes a compile error with clang 13
This commit is contained in:
parent
c5562852a5
commit
5b167729d2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user