Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify correct global targets names to raft_export #1054

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 2 additions & 19 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -663,25 +663,8 @@ raft_export(
# ##################################################################################################
# * build export -------------------------------------------------------------
raft_export(
BUILD
raft
EXPORT_SET
raft-exports
COMPONENTS
nn
distance
distributed
GLOBAL_TARGETS
raft
raft_distance
distributed
raft_nn
DOCUMENTATION
doc_string
NAMESPACE
raft::
FINAL_CODE_BLOCK
code_string
BUILD raft EXPORT_SET raft-exports COMPONENTS nn distance distributed GLOBAL_TARGETS raft
distance distributed nn DOCUMENTATION doc_string NAMESPACE raft:: FINAL_CODE_BLOCK code_string
)

# ##################################################################################################
Expand Down