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 5b1a4db commit 4f381d3Copy full SHA for 4f381d3
examples/google_benchmark/CMakeLists.txt
@@ -4,6 +4,10 @@ include(FetchContent)
4
project(codspeed_picobench_compat VERSION 0.0.0 LANGUAGES CXX)
5
6
set(BENCHMARK_DOWNLOAD_DEPENDENCIES ON)
7
+set(BENCHMARK_ENABLE_GTEST_TESTS
8
+ "Enable building the unit tests which depend on gtest"
9
+ OFF
10
+)
11
12
FetchContent_Declare(
13
google_benchmark
0 commit comments