Skip to content

Commit b0afbef

Browse files
committed
Update Google Benchmark from v1.9.1 to v1.9.5
The "Test With Latest Tools" CI is failing because Clang 22.1.1 on Arch Linux now warns that __COUNTER__ is a C2y extension. Google Benchmark v1.9.5 includes PR #2108 which silences this warning.
1 parent ca7e0d8 commit b0afbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ endif()
3030

3131
# Libraries
3232

33-
set(PONYC_GBENCHMARK_URL https://github.com/google/benchmark/archive/v1.9.1.tar.gz)
33+
set(PONYC_GBENCHMARK_URL https://github.com/google/benchmark/archive/v1.9.5.tar.gz)
3434
ExternalProject_Add(gbenchmark
3535
URL ${PONYC_GBENCHMARK_URL}
3636
CMAKE_ARGS -DCMAKE_BUILD_TYPE=${PONYC_LIBS_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DBENCHMARK_ENABLE_WERROR=OFF -DCMAKE_CXX_FLAGS=${PONY_PIC_FLAG} --no-warn-unused-cli

0 commit comments

Comments
 (0)