Skip to content

Commit

Permalink
Also install hnswlib headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 6, 2024
1 parent c101777 commit 2f18cec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cpp/cmake/thirdparty/get_hnswlib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ function(find_and_configure_hnswlib)
COMPONENT hnswlib
EXPORT hnswlib-exports
)
install(DIRECTORY "${hnswlib_SOURCE_DIR}/hnswlib/" DESTINATION include/hnswlib)
install(
DIRECTORY "${hnswlib_SOURCE_DIR}/hnswlib/"
COMPONENT hnswlib
DESTINATION include/hnswlib
)

# write install export rules
rapids_export(
Expand Down

0 comments on commit 2f18cec

Please sign in to comment.