Skip to content

Commit

Permalink
Don't install component dependency files in raft-header only mode (#655)
Browse files Browse the repository at this point in the history
Corrects the issues we are seeing in CI with failed `faiss:faiss` dependency

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #655
  • Loading branch information
robertmaynard authored May 16, 2022
1 parent a1ace03 commit ed81462
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cpp/cmake/modules/raft_export.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ function(raft_export type project_name)
file(MAKE_DIRECTORY "${scratch_dir}")
install(DIRECTORY "${scratch_dir}" DESTINATION "${install_location}"
COMPONENT raft_${comp})
if(EXISTS "${scratch_dir}/raft-${comp}-dependencies.cmake")
install(FILES "${scratch_dir}/raft-${comp}-dependencies.cmake" DESTINATION "${install_location}"
COMPONENT raft)
endif()
endforeach()

else()
Expand Down

0 comments on commit ed81462

Please sign in to comment.