Skip to content

Commit

Permalink
cmake : change installation path of static libraries to standard dire…
Browse files Browse the repository at this point in the history
…ctory (#645)

Co-authored-by: Cheng-Chi Wang <chengchi@skymizer.com>
  • Loading branch information
davesjoewang and chengchiwang committed Dec 14, 2023
1 parent 5c7bd24 commit 6b846cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,5 @@ set_target_properties(${TARGET} PROPERTIES

install(TARGETS ${TARGET}
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib/static
PUBLIC_HEADER DESTINATION include/ggml
)

0 comments on commit 6b846cb

Please sign in to comment.