[celero] Updated to v2.6.0 (#8646)

This commit is contained in:
John Farrier 2019-10-18 16:20:06 -04:00 committed by Curtis J Bezault
parent a548a646b6
commit ff9a7c8f54
2 changed files with 4 additions and 3 deletions

View File

@ -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++.

View File

@ -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()