[build] Upgrade to googletest 1.12.1 (#4752)

This fixes GCC 12 warnings for googletest internals.
This commit is contained in:
Tyler Veness
2022-12-03 11:32:08 -08:00
committed by GitHub
parent ff88756864
commit f24ad1d715
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG e2239ee6043f73722e7aa812a459f54a28552929 # 1.11.0
GIT_TAG 58d77fa8070e8cec2dc1ed015d66b454c8d78850 # 1.12.1
)
FetchContent_GetProperties(googletest)

View File

@@ -15,7 +15,7 @@ nativeUtils {
configureDependencies {
niLibVersion = "2023.1.0"
opencvVersion = "4.6.0-3"
googleTestVersion = "1.11.0-4"
googleTestVersion = "1.12.1-1"
}
}
}