Skip to content

Commit 1df9af8

Browse files
committed
Bump google benchmark version to 1.5.5
In particular this fixes a compilation error in gbench with recent gcc versions by adding a missing include in `benchmark_register.h`.
1 parent 615048c commit 1df9af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/GoogleBenchmark.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(GBENCHMARK_LIBRARY_NAME ${CMAKE_STATIC_LIBRARY_PREFIX}benchmark${CMAKE_STATI
99
ExternalProject_Add(
1010
googlebenchmark
1111
GIT_REPOSITORY https://github.com/google/benchmark.git
12-
GIT_TAG v1.5.0
12+
GIT_TAG v1.5.5
1313
UPDATE_COMMAND ""
1414
# TIMEOUT 10
1515
# # Force separate output paths for debug and release builds to allow easy

0 commit comments

Comments
 (0)