Skip to content

Commit

Permalink
Bump GTest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Apr 5, 2024
1 parent eff483f commit 6997111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (NOT GTest_FOUND)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.11.0
GIT_TAG v1.14.0
)

# For Windows: Prevent overriding the parent project's compiler/linker settings
Expand Down Expand Up @@ -54,4 +54,4 @@ add_unit_test(
add_unit_test(
sets_test
sets_test.cpp
)
)

0 comments on commit 6997111

Please sign in to comment.