aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <maratek@gmail.com>2020-04-12 15:09:53 -0700
committerMarat Dukhan <maratek@gmail.com>2020-04-12 15:09:53 -0700
commit6dff5c9d3db1aa355600eb8dfa1854357aed5005 (patch)
tree0dee903722301e856c9a2d1f62c3c12e66f56f50
parentd25336a3bb2e3125368d061ce10ae934e70f6d63 (diff)
downloadFXdiv-6dff5c9d3db1aa355600eb8dfa1854357aed5005.tar.gz
Update Google Benchmark in CMake builds to 1.5.0
-rw-r--r--cmake/DownloadGoogleBenchmark.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/DownloadGoogleBenchmark.cmake b/cmake/DownloadGoogleBenchmark.cmake
index 349e7cb..3baca75 100644
--- a/cmake/DownloadGoogleBenchmark.cmake
+++ b/cmake/DownloadGoogleBenchmark.cmake
@@ -4,8 +4,8 @@ PROJECT(googlebenchmark-download NONE)
INCLUDE(ExternalProject)
ExternalProject_Add(googlebenchmark
- URL https://github.com/google/benchmark/archive/v1.2.0.zip
- URL_HASH SHA256=cc463b28cb3701a35c0855fbcefb75b29068443f1952b64dd5f4f669272e95ea
+ URL https://github.com/google/benchmark/archive/v1.5.0.zip
+ URL_HASH SHA256=2d22dd3758afee43842bb504af1a8385cccb3ee1f164824e4837c1c1b04d92a0
SOURCE_DIR "${CONFU_DEPENDENCIES_SOURCE_DIR}/googlebenchmark"
BINARY_DIR "${CONFU_DEPENDENCIES_BINARY_DIR}/googlebenchmark"
CONFIGURE_COMMAND ""