Disable benchmark library tests

This commit is contained in:
David Capello 2018-04-03 12:40:38 -03:00
parent 617edbb907
commit f554801dd0

View File

@ -145,6 +145,7 @@ target_include_directories(archive_static INTERFACE
# benchmark
if(ENABLE_BENCHMARKS)
set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "Enable testing of the benchmark library.")
add_subdirectory(benchmark)
endif()