Skip to content

Commit

Permalink
Specify the hnswlib version in the export
Browse files Browse the repository at this point in the history
  • Loading branch information
anon committed Jan 22, 2024
1 parent 306de24 commit c6b896f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/cmake/thirdparty/get_hnswlib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ function(find_and_configure_hnswlib)
# write export rules
rapids_export(
BUILD hnswlib
VERSION ${PKG_VERSION}
EXPORT_SET hnswlib-exports
GLOBAL_TARGETS hnswlib
NAMESPACE hnswlib::)
rapids_export(
INSTALL hnswlib
VERSION ${PKG_VERSION}
EXPORT_SET hnswlib-exports
GLOBAL_TARGETS hnswlib
NAMESPACE hnswlib::)
Expand Down

0 comments on commit c6b896f

Please sign in to comment.