From 606a2faa4c95b7fbbf3291cfd959932e68ee8abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Mon, 25 Jul 2022 14:18:53 +0200 Subject: [PATCH] gtest tag supported by c++11 --- test/gtest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gtest/CMakeLists.txt b/test/gtest/CMakeLists.txt index e4cad2d..00fa077 100644 --- a/test/gtest/CMakeLists.txt +++ b/test/gtest/CMakeLists.txt @@ -53,7 +53,7 @@ else() FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG main) + GIT_TAG v1.8.x) SET(INSTALL_GTEST OFF) # Disable installation of googletest FetchContent_MakeAvailable(googletest) -- GitLab