Skip to content

Commit

Permalink
Upgrade googletest dependency
Browse files Browse the repository at this point in the history
as it wasn't compiling with clang-18 on FreeBSD 14.2 anymore.
  • Loading branch information
mfelsche committed Jan 20, 2025
1 parent ff61416 commit 26b26f4
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 @@ -36,7 +36,7 @@ ExternalProject_Add(gbenchmark
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
)

set(PONYC_GOOGLETEST_URL https://github.com/google/googletest/archive/release-1.12.1.tar.gz)
set(PONYC_GOOGLETEST_URL https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz)

ExternalProject_Add(googletest
URL ${PONYC_GOOGLETEST_URL}
Expand Down

0 comments on commit 26b26f4

Please sign in to comment.