newer googletest suite

This commit is contained in:
Nils Hölscher 2022-05-16 14:05:04 +02:00
parent e40e6b7893
commit f818f3847a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
googletest googletest
URL URL
URL https://github.com/google/googletest/archive/05CC6081FCBD0071053DE78238E136B3.zip URL https://github.com/google/googletest/archive/refs/heads/main.zip
) )
# For Windows: Prevent overriding the parent project's compiler/linker settings # For Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)