Skip to content

Commit d5153ae

Browse files
authored
[UR] Bump googletest version (#17852)
This contains a fix for google/googletest#4036 , which we encounter if we are outputting JSON and the test runner finds no adapters.
1 parent c1094a0 commit d5153ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(FetchContent)
77
FetchContent_Declare(
88
googletest
99
GIT_REPOSITORY https://github.com/google/googletest.git
10-
GIT_TAG release-1.12.1
10+
GIT_TAG v1.13.0
1111
)
1212

1313
set(UR_TEST_DEVICES_COUNT 1 CACHE STRING "Count of devices on which conformance and adapters tests will be run")

0 commit comments

Comments
 (0)