Files
bun.sh/cmake/targets/BuildHdrHistogram.cmake
github-actions[bot] 2162837416 deps: update hdrhistogram to 0.11.9 (#22455)
## 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>
2025-09-10 17:37:05 -07:00

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
)