Skip to content

Commit

Permalink
exposing faiss::faiss (#582)
Browse files Browse the repository at this point in the history
Authors:
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: #582
  • Loading branch information
cjnolet authored Mar 22, 2022
1 parent 45384fe commit f97e905
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ if(RAFT_COMPILE_LIBRARIES OR RAFT_COMPILE_NN_LIBRARY)
)
set_target_properties(raft_nn_lib PROPERTIES OUTPUT_NAME raft_nn)

target_link_libraries(raft_nn_lib PRIVATE raft::raft faiss::faiss)
target_link_libraries(raft_nn_lib PUBLIC faiss::faiss PRIVATE raft::raft)
target_compile_options(raft_nn_lib
PRIVATE "$<$<COMPILE_LANGUAGE:CXX>:${RAFT_CXX_FLAGS}>"
"$<$<COMPILE_LANGUAGE:CUDA>:${RAFT_CUDA_FLAGS}>"
Expand Down Expand Up @@ -320,10 +320,10 @@ install(FILES include/raft.hpp
# - install export -----------------------------------------------------------
set(doc_string
[=[
Provide targets for the RAFT: RAPIDS Analytics Framework Toolkit.
Provide targets for the RAFT: Reusable Accelerated Functions and Tools

RAFT (Reusable Analytics Functions and other Tools) contains fundamental
widely-used algorithms and primitives for data science, graph, and ml.
RAFT contains fundamental widely-used algorithms and primitives
for data science, graph, and ml.

Optional Components:
- nn
Expand Down

0 comments on commit f97e905

Please sign in to comment.