mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
## What does this PR do?
Updates hdrhistogram to version 0.11.9
Compare:
8dcce8f685...be60a9987e
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
|
|
be60a9987ee48d0abf0d7b6a175bad8d6c1585d1
|
|
)
|
|
|
|
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
|
|
) |