Skip to content

Commit

Permalink
Update google test to fix ci (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Mar 13, 2023
1 parent 60d5d4e commit 046a754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if(JNIVM_ENABLE_TESTS)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0
GIT_TAG v1.13.0
)

set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
Expand Down

0 comments on commit 046a754

Please sign in to comment.