mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
## What does this PR do?
Updates hdrhistogram to version 0.11.8
Compare:
652d51bcc3...8dcce8f685
Auto-updated by [this
workflow](https://github.com/oven-sh/bun/actions/workflows/update-hdrhistogram.yml)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
24 lines
428 B
CMake
24 lines
428 B
CMake
register_repository(
|
|
NAME
|
|
hdrhistogram
|
|
REPOSITORY
|
|
HdrHistogram/HdrHistogram_c
|
|
COMMIT
|
|
8dcce8f68512fca460b171bccc3a5afce0048779
|
|
)
|
|
|
|
register_cmake_command(
|
|
TARGET
|
|
hdrhistogram
|
|
LIBRARIES
|
|
hdr_histogram_static
|
|
INCLUDES
|
|
include
|
|
LIB_PATH
|
|
src
|
|
ARGS
|
|
-DHDR_HISTOGRAM_BUILD_SHARED=OFF
|
|
-DHDR_HISTOGRAM_BUILD_STATIC=ON
|
|
-DHDR_LOG_REQUIRED=DISABLED
|
|
-DHDR_HISTOGRAM_BUILD_PROGRAMS=OFF
|
|
) |