Update roaring bitmaps, because the previous version had a bug

This commit is contained in:
Alexey Milovidov 2023-03-19 04:35:20 +01:00
parent ef01579726
commit a270f985a7
2 changed files with 3 additions and 2 deletions

2
contrib/croaring vendored

@ -1 +1 @@
Subproject commit 2c867e9f9c9e2a3a7032791f94c4c7ae3013f6e0 Subproject commit f40ed52bcdd635840a79877cef4857315dba817c

View File

@ -17,7 +17,8 @@ set(SRCS
"${LIBRARY_DIR}/src/containers/run.c" "${LIBRARY_DIR}/src/containers/run.c"
"${LIBRARY_DIR}/src/roaring.c" "${LIBRARY_DIR}/src/roaring.c"
"${LIBRARY_DIR}/src/roaring_priority_queue.c" "${LIBRARY_DIR}/src/roaring_priority_queue.c"
"${LIBRARY_DIR}/src/roaring_array.c") "${LIBRARY_DIR}/src/roaring_array.c"
"${LIBRARY_DIR}/src/memory.c")
add_library(_roaring ${SRCS}) add_library(_roaring ${SRCS})