Skip to content

Commit dabfedb

Browse files
ferdymercuryguitargeek
authored andcommitted
[cmake] bump googletest LCG version to 1.17
as it was before, when using the GIT clone repository directly from Github
1 parent 019f4e7 commit dabfedb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/modules/SearchInstalledSoftware.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,8 +1564,8 @@ if (builtin_gtest)
15641564
set(EXTRA_GTEST_OPTS
15651565
-DCMAKE_OSX_SYSROOT=${CMAKE_OSX_SYSROOT})
15661566
endif()
1567-
set(ROOT_GOOGLETEST_VERSION 1.16.0) # https://github.com/google/googletest/releases/tag/v1.16.0 Date: Feb 7, 2025
1568-
set(ROOT_GOOGLETEST_HASH "78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399")
1567+
set(ROOT_GOOGLETEST_VERSION 1.17.0) # https://github.com/google/googletest/releases/tag/v1.17.0 Date: Apr 30, 2025
1568+
set(ROOT_GOOGLETEST_HASH "65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c")
15691569
ExternalProject_Add(
15701570
googletest
15711571
# GIT_REPOSITORY https://github.com/google/googletest.git

0 commit comments

Comments
 (0)