Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit afa086f

Browse files
authored
Update OpenCensusDeps.cmake
1 parent d375a97 commit afa086f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/OpenCensusDeps.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ endif()
8080

8181
fetchcontent_getproperties(benchmark)
8282
if(NOT benchmark_POPULATED)
83+
set(BENCHMARK_ENABLE_TESTING OFF
84+
CACHE BOOL "Enable testing of the benchmark library."
85+
FORCE)
8386
set(BENCHMARK_ENABLE_GTEST_TESTS OFF
8487
CACHE BOOL "Enable building the unit tests which depend on gtest"
8588
FORCE)

0 commit comments

Comments
 (0)