We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbdf37 commit eb40b64Copy full SHA for eb40b64
CMakeLists.txt
@@ -63,7 +63,7 @@ target_sources(VocalTractLabBackend PRIVATE ${BackendSources})
63
include(FetchContent)
64
FetchContent_Declare(
65
googletest
66
- URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip
+ URL https://github.com/google/googletest/archive/refs/tags/v1.16.0.zip
67
)
68
# For Windows: Prevent overriding the parent project's compiler/linker settings
69
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
0 commit comments