]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
cmake : change installation path of static libraries to standard directory (#645)
authorchengchi <redacted>
Thu, 14 Dec 2023 08:12:31 +0000 (16:12 +0800)
committerGitHub <redacted>
Thu, 14 Dec 2023 08:12:31 +0000 (10:12 +0200)
Co-authored-by: Cheng-Chi Wang <redacted>
src/CMakeLists.txt

index de7c2434c17605b6c67541af064ba7e65901d53e..49f96d1e05da040ac79eadd77b41ac7b136402b1 100644 (file)
@@ -399,6 +399,5 @@ set_target_properties(${TARGET} PROPERTIES
 
 install(TARGETS ${TARGET}
     LIBRARY DESTINATION lib
-    ARCHIVE DESTINATION lib/static
     PUBLIC_HEADER DESTINATION include/ggml
     )