From ff9a7c8f54be4e21fe9187c76478e34beeba5014 Mon Sep 17 00:00:00 2001 From: John Farrier <3240972+DigitalInBlue@users.noreply.github.com> Date: Fri, 18 Oct 2019 16:20:06 -0400 Subject: [PATCH] [celero] Updated to v2.6.0 (#8646) --- ports/celero/CONTROL | 2 +- ports/celero/portfile.cmake | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ports/celero/CONTROL b/ports/celero/CONTROL index c9670b14f82125..09268815c3de14 100644 --- a/ports/celero/CONTROL +++ b/ports/celero/CONTROL @@ -1,4 +1,4 @@ Source: celero -Version: 2.5.0-1 +Version: 2.6.0 Homepage: https://github.com/DigitalInBlue/Celero Description: Celero is a modern cross-platform (Windows, Linux, MacOS) Microbenchmarking library for C++. diff --git a/ports/celero/portfile.cmake b/ports/celero/portfile.cmake index a3dd2ad932f081..edcc6989ebea97 100644 --- a/ports/celero/portfile.cmake +++ b/ports/celero/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO DigitalInBlue/Celero - REF 6f24a1d98db4fee41ddd2f615cf490a5b514795a - SHA512 7dc8cecd2aac7bd312bfa01013f290fbfac8a43d07cc0d884e9b446c29a6c233e800f9bd3d03551f6e3b1ee2424cf90571f16590b23fc9333900fcc82143d048 + REF 83b592b134cb41e2e5611714bce0bf61413eb12b + SHA512 3315b56467c17330f603c6710996c1a76f67068960b1356ca92db1ab23fca9f27a2dda9be521a19b88efc2e961095ee5523924b135d380681a4328c09d963e8c HEAD_REF master ) @@ -18,6 +18,7 @@ vcpkg_configure_cmake( -DCELERO_ENABLE_TESTS=OFF -DCELERO_RUN_EXAMPLE_ON_BUILD=OFF -DCELERO_COMPILE_DYNAMIC_LIBRARIES=${CELERO_COMPILE_DYNAMIC_LIBRARIES} + -DCELERO_TREAT_WARNINGS_AS_ERRORS=OFF ) vcpkg_install_cmake()