Commit 0062e2f
authored
Always add faiss library alias if it's missing (rapidsai#287)
Always add the `FAISS::FAISS` library target alias if it doesn't exist. This can happen if cuML is built and installs FAISS before cuGraph or vice-versa.
Related PRs:
rapidsai/cuml#4028
rapidsai/cugraph#1694
Note: We can probably remove the `get_faiss.cmake` file in cuML and cuGraph since they both should get it from RAFT.
Authors:
- Paul Taylor (https://github.com/trxcllnt)
Approvers:
- Corey J. Nolet (https://github.com/cjnolet)
- Dante Gama Dessavre (https://github.com/dantegd)
URL: rapidsai#2871 parent dbaf923 commit 0062e2f
File tree
3 files changed
+6
-3
lines changed- cpp
- cmake/thirdparty
- include/raft/sparse
- scripts
3 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments