Skip to content

Commit

Permalink
Stop compiling unnecessary components.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 13, 2022
1 parent f4074a0 commit 5478bff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/raft/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ if(NOT raft_FOUND)

set(BUILD_TESTS OFF)
set(BUILD_BENCHMARKS OFF)
set(RAFT_COMPILE_LIBRARIES OFF)
set(RAFT_COMPILE_DIST_LIBRARY OFF)
set(RAFT_COMPILE_NN_LIBRARY OFF)
add_subdirectory(../../cpp raft-cpp)
endif()

Expand Down

0 comments on commit 5478bff

Please sign in to comment.