bugfix gtest with specific commit release tag

This commit is contained in:
lhdamiani
2021-12-14 11:47:23 +01:00
parent e92ab87aed
commit 8b43fb67cd
+1 -1
View File
@@ -4,7 +4,7 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG master
GIT_TAG e2239ee6043f73722e7aa812a459f54a28552929
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""