Skip to content

Commit 4f381d3

Browse files
examples(google_benchmark): disable google benchmark lib tests
1 parent 5b1a4db commit 4f381d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/google_benchmark/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ include(FetchContent)
44
project(codspeed_picobench_compat VERSION 0.0.0 LANGUAGES CXX)
55

66
set(BENCHMARK_DOWNLOAD_DEPENDENCIES ON)
7+
set(BENCHMARK_ENABLE_GTEST_TESTS
8+
"Enable building the unit tests which depend on gtest"
9+
OFF
10+
)
711

812
FetchContent_Declare(
913
google_benchmark

0 commit comments

Comments
 (0)