From ee1a11ca7e1f6c3ed9a27c82df3b0ca3b7659002 Mon Sep 17 00:00:00 2001 From: pavahora <92880691+pavahora@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:44:35 -0500 Subject: [PATCH] Updating googletest to 1.11.0 (#454) Co-authored-by: Vahora --- cmake/Dependencies.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake index 98243701f8..32741d24b0 100644 --- a/cmake/Dependencies.cmake +++ b/cmake/Dependencies.cmake @@ -50,7 +50,7 @@ if(NOT GTest_FOUND AND BUILD_TESTS OR INSTALL_DEPENDENCIES) download_project(PROJ googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG release-1.10.0 + GIT_TAG release-1.11.0 INSTALL_DIR ${GTEST_ROOT} CMAKE_ARGS -DBUILD_GTEST=ON -DCMAKE_INSTALL_PREFIX= ${COMPILER_OVERRIDE} LOG_DOWNLOAD TRUE