Skip to content

Commit f81b922

Browse files
committed
Updated gtest.
1 parent b8c2eb7 commit f81b922

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/dependencies/gtest.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
option(ROAR_EXTERNAL_GTEST "Use an external gtest library (provide it manually)" OFF)
22
set(ROAR_GTEST_GIT_REPOSITORY "https://github.com/google/googletest.git" CACHE STRING "The URL from which to clone the gtest repository")
3-
set(ROAR_GTEST_GIT_TAG "release-1.11.0" CACHE STRING "The git tag or commit hash to checkout from the gtest repository")
3+
set(ROAR_GTEST_GIT_TAG "v1.17.0" CACHE STRING "The git tag or commit hash to checkout from the gtest repository")
44

55
if (${ROAR_EXTERNAL_GTEST})
66
else()
77
include(FetchContent)
88
FetchContent_Declare(
99
googletest
1010
GIT_REPOSITORY https://github.com/google/googletest.git
11-
GIT_TAG release-1.11.0
11+
GIT_TAG v1.17.0
1212
)
1313

1414
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)