Fix Google Test URL

This commit is contained in:
Sainnhe Park 2022-10-27 16:29:03 +08:00
parent 346e310c8e
commit fb24906f54
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
include(FetchContent)
fetchcontent_declare(
googletest
URL https://github.sainnhe.dev/google/googletest/archive/refs/tags/release-1.11.0.zip
URL https://github.com/google/googletest/archive/refs/tags/release-1.12.1.zip
)
# For Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)