aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2017-11-10 15:45:01 -0800
committerMarat Dukhan <marat@fb.com>2017-11-10 15:45:01 -0800
commitf7c1b3bcff4403ddfc182a79e472fe2741683612 (patch)
tree2992cea4901c2017bd6c96b707aadebb26385614
parent7d3b372f888386811da5f6b36827305eab6b84b3 (diff)
downloadplatform_external_pthreadpool-f7c1b3bcff4403ddfc182a79e472fe2741683612.tar.gz
platform_external_pthreadpool-f7c1b3bcff4403ddfc182a79e472fe2741683612.tar.bz2
platform_external_pthreadpool-f7c1b3bcff4403ddfc182a79e472fe2741683612.zip
CMake: do not build tests for Google Benchmark
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 373af0d..f7f93db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -123,7 +123,7 @@ ENDIF()
IF(PTHREADPOOL_BUILD_BENCHMARKS)
# ---[ Build google benchmark
IF(NOT TARGET benchmark)
- SET(BENCHMARK_ENABLE_TESTING ON CACHE BOOL "")
+ SET(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "")
ADD_SUBDIRECTORY(
"${CONFU_DEPENDENCIES_SOURCE_DIR}/googlebenchmark"
"${CONFU_DEPENDENCIES_BINARY_DIR}/googlebenchmark")