Skip to content

Commit

Permalink
Correct hnswlib export rule
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed May 17, 2024
1 parent 1ec0943 commit e84609c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_hnswlib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function(find_and_configure_hnswlib)

include("${rapids-cmake-dir}/export/package.cmake")
rapids_export_package(INSTALL hnswlib raft-exports VERSION ${version} GLOBAL_TARGETS hnswlib hnswlib::hnswlib)
rapids_export_package(BUILD ${name} raft-exports VERSION ${version} GLOBAL_TARGETS hnswlib hnswlib::hnswlib)
rapids_export_package(BUILD hnswlib raft-exports VERSION ${version} GLOBAL_TARGETS hnswlib hnswlib::hnswlib)


# When using RAFT from the build dir, ensure hnswlib is also found in RAFT's build dir. This
Expand Down

0 comments on commit e84609c

Please sign in to comment.