Skip to content

Commit

Permalink
Fixed googletest version
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Aug 13, 2024
1 parent cafdc5c commit 97c3d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-v1.15.2
GIT_TAG v1.15.2
)

# For Windows: Prevent overriding the parent project's compiler/linker settings
Expand Down

0 comments on commit 97c3d42

Please sign in to comment.