Skip to content

Commit

Permalink
Update google benchmark to v1.9.1 (#4577)
Browse files Browse the repository at this point in the history
Co-authored-by: Despereaux Polacre <[email protected]>
  • Loading branch information
dspx-plcr and Despereaux Polacre authored Jan 7, 2025
1 parent 115143f commit 9b1e66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif()

# Libraries

set(PONYC_GBENCHMARK_URL https://github.com/google/benchmark/archive/v1.7.1.tar.gz)
set(PONYC_GBENCHMARK_URL https://github.com/google/benchmark/archive/v1.9.1.tar.gz)
ExternalProject_Add(gbenchmark
URL ${PONYC_GBENCHMARK_URL}
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
Expand Down

0 comments on commit 9b1e66d

Please sign in to comment.