Skip to content

Commit eb40b64

Browse files
committed
update gtest version
1 parent bcbdf37 commit eb40b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ target_sources(VocalTractLabBackend PRIVATE ${BackendSources})
6363
include(FetchContent)
6464
FetchContent_Declare(
6565
googletest
66-
URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip
66+
URL https://github.com/google/googletest/archive/refs/tags/v1.16.0.zip
6767
)
6868
# For Windows: Prevent overriding the parent project's compiler/linker settings
6969
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)