Skip to content
Snippets Groups Projects
Verified Commit f56345f8 authored by Hueser, Christian's avatar Hueser, Christian
Browse files

Update GoogleTest to v1.16.0

parent 88c883d2
No related branches found
No related tags found
1 merge request!35Refinements for episode 8
Pipeline #503622 passed
...@@ -15,11 +15,11 @@ if(POLICY CMP0135) ...@@ -15,11 +15,11 @@ if(POLICY CMP0135)
cmake_policy(SET CMP0135 NEW) cmake_policy(SET CMP0135 NEW)
endif() endif()
# Setup GoogleTest v1.14.0 and build tests # Setup GoogleTest v1.16.0 and build tests
include(FetchContent) include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
googletest googletest
URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip URL https://github.com/google/googletest/archive/refs/tags/v1.16.0.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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment