Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Remove cache install (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: yudong.cai <[email protected]>
  • Loading branch information
cydrain authored Jan 19, 2022
1 parent 9c10322 commit 729df9e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions knowhere/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,11 @@ if (MACOS)
endif()

target_include_directories(knowhere PUBLIC ${KNOWHERE_INCLUDE_DIRS})

install(TARGETS knowhere DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
install(DIRECTORY "${KNOWHERE_SOURCE_DIR}/knowhere/cache/"
DESTINATION "include/knowhere/cache"
FILES_MATCHING
PATTERN "*.h"
)

install(DIRECTORY "${KNOWHERE_SOURCE_DIR}/knowhere/knowhere/"
DESTINATION "include/knowhere"
DESTINATION "${CMAKE_INSTALL_PREFIX}/include/knowhere"
FILES_MATCHING
PATTERN "*.h"
)

0 comments on commit 729df9e

Please sign in to comment.