Skip to content

Commit

Permalink
Merge pull request #411 from unum-cloud/release-pre-release-correctio…
Browse files Browse the repository at this point in the history
…ns-builds-tests-warnings-docs

Release: Pre-Release Corrections (builds, tests, warnings, docs...)
  • Loading branch information
ashvardanian authored Aug 3, 2023
2 parents ae36390 + 7288203 commit 1ebb847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ endif()

if(${USTORE_BUILD_ENGINE_ROCKSDB})
add_library(ustore_embedded_rocksdb src/engine_rocksdb.cpp src/modality_docs.cpp src/modality_paths.cpp src/modality_graph.cpp src/modality_vectors.cpp)
target_link_libraries(ustore_embedded_rocksdb ${LIB_ROCKSDB} pthread yyjson simdjson ${LIB_BSON} ${LIB_PCRE2} ${JEMALLOC_LIBRARIES})
target_link_libraries(ustore_embedded_rocksdb ${LIB_ROCKSDB} pthread yyjson simdjson ${LIB_BSON} ${LIB_PCRE2} ${LIB_ARROW_BUNDLED} ${JEMALLOC_LIBRARIES})
target_compile_definitions(ustore_embedded_rocksdb INTERFACE USTORE_VERSION="${USTORE_VERSION}")
target_compile_definitions(ustore_embedded_rocksdb INTERFACE USTORE_ENGINE_IS_ROCKSDB=1)

Expand Down

0 comments on commit 1ebb847

Please sign in to comment.