Skip to content

Commit

Permalink
remove unnecessary variable setting
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Sep 5, 2023
1 parent ce368d1 commit 9658aa5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/cmake/thirdparty/get_raft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ function(find_and_configure_raft)
string(APPEND RAFT_COMPONENTS " compiled_static")
set(RAFT_COMPILED_LIB raft::compiled_static PARENT_SCOPE)
endif()
set(RAFT_COMPILE_LIBRARY ON)
else()
set(RAFT_COMPILE_LIBRARY OFF)
endif()

# We need to set this each time so that on subsequent calls to cmake
Expand Down

0 comments on commit 9658aa5

Please sign in to comment.