We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c881d4 commit 51c7559Copy full SHA for 51c7559
tests/CMakeLists.txt
@@ -12,7 +12,7 @@ endif()
12
13
include(FetchContent)
14
if (NOT googletest_POPULATED)
15
- FetchContent_Declare(googletest URL https://github.com/google/googletest/archive/refs/tags/v1.15.2.zip)
+ FetchContent_Declare(googletest URL https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip)
16
FetchContent_MakeAvailable(googletest)
17
endif ()
18
@@ -50,7 +50,7 @@ endif()
50
51
# Benchmark
52
if (NOT benchmark_POPULATED)
53
- FetchContent_Declare(benchmark URL https://github.com/google/benchmark/archive/refs/tags/v1.8.5.zip)
+ FetchContent_Declare(benchmark URL https://github.com/google/benchmark/archive/refs/tags/v1.9.4.zip)
54
FetchContent_MakeAvailable(benchmark)
55
56
0 commit comments