Skip to content

Commit

Permalink
Update version of google benchmark library
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed May 20, 2022
1 parent 84405cb commit 0c2612d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if(HDR_HISTOGRAM_BUILD_BENCHMARK)
include(ExternalProject)

ExternalProject_Add(google_benchmark
URL ${PROJECT_SOURCE_DIR}/lib/benchmark-1.5.0.zip
URL_MD5 1af48846917b9730bee1848f6e38f563
URL ${PROJECT_SOURCE_DIR}/lib/benchmark-1.6.1.zip
URL_MD5 d061aaa421b628673cfbdd8b2b4a16a6
CMAKE_ARGS -DBENCHMARK_ENABLE_TESTING=OFF -DBENCHMARK_ENABLE_INSTALL=OFF
SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/googlebenchmark-src
BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/googlebenchmark-build
Expand Down
4 changes: 2 additions & 2 deletions test/hdr_histogram_benchmark.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <benchmark/benchmark.h>
#include <hdr_histogram.h>
#include <math.h>
#include <hdr/hdr_histogram.h>
#include <cmath>
#include <random>

#ifdef _WIN32
Expand Down

0 comments on commit 0c2612d

Please sign in to comment.