Skip to content

Commit 51c7559

Browse files
Upgrade google test and benchmark (#61)
1 parent 3c881d4 commit 51c7559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212

1313
include(FetchContent)
1414
if (NOT googletest_POPULATED)
15-
FetchContent_Declare(googletest URL https://github.com/google/googletest/archive/refs/tags/v1.15.2.zip)
15+
FetchContent_Declare(googletest URL https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip)
1616
FetchContent_MakeAvailable(googletest)
1717
endif ()
1818

@@ -50,7 +50,7 @@ endif()
5050

5151
# Benchmark
5252
if (NOT benchmark_POPULATED)
53-
FetchContent_Declare(benchmark URL https://github.com/google/benchmark/archive/refs/tags/v1.8.5.zip)
53+
FetchContent_Declare(benchmark URL https://github.com/google/benchmark/archive/refs/tags/v1.9.4.zip)
5454
FetchContent_MakeAvailable(benchmark)
5555
endif ()
5656

0 commit comments

Comments
 (0)