Skip to content

Commit e23214a

Browse files
GuillaumeLagrangeart049
authored andcommitted
examples(google_benchmark): disable google benchmark lib tests
1 parent 9a07b76 commit e23214a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/google_benchmark/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(FetchContent)
33

44
project(codspeed_picobench_compat VERSION 0.0.0 LANGUAGES CXX)
55

6-
set(BENCHMARK_DOWNLOAD_DEPENDENCIES ON)
6+
option(BENCHMARK_ENABLE_GTEST_TESTS OFF)
77

88
FetchContent_Declare(
99
google_benchmark

0 commit comments

Comments
 (0)