Skip to content

Commit

Permalink
[celero] Updated to v2.6.0 (microsoft#8646)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalInBlue authored and cbezault committed Oct 18, 2019
1 parent a548a64 commit ff9a7c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/celero/CONTROL
Original file line number Diff line number Diff line change
@@ -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++.
5 changes: 3 additions & 2 deletions ports/celero/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand All @@ -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()
Expand Down

0 comments on commit ff9a7c8

Please sign in to comment.