Skip to content

Commit

Permalink
Using gtest version 1.13 instead of 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon committed Feb 7, 2024
1 parent c61a0cb commit d93855c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions barretenberg/cpp/cmake/gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ include(FetchContent)
FetchContent_Declare(
GTest
GIT_REPOSITORY https://github.com/google/googletest.git
# Version 1.12.1 is not compatible with WASI-SDK 12
GIT_TAG v1.14.0
GIT_TAG v1.13.0 #v1.14.0 does not compile with gcc (compiler bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329)
FIND_PACKAGE_ARGS
)

Expand Down

0 comments on commit d93855c

Please sign in to comment.