From: chengchi Date: Thu, 14 Dec 2023 08:12:31 +0000 (+0800) Subject: cmake : change installation path of static libraries to standard directory (#645) X-Git-Tag: upstream/0.0.1642~1173 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6b846cbde81ae02cd3e363311180ae706091933e;p=pkg%2Fggml%2Fsources%2Fggml cmake : change installation path of static libraries to standard directory (#645) Co-authored-by: Cheng-Chi Wang --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index de7c2434..49f96d1e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -399,6 +399,5 @@ set_target_properties(${TARGET} PROPERTIES install(TARGETS ${TARGET} LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib/static PUBLIC_HEADER DESTINATION include/ggml )