Skip to content

Commit 948ceb7

Browse files
committed
fix_absolute_install
1 parent 8e9130a commit 948ceb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ function(ggml_add_backend_library backend)
244244
else()
245245
install(TARGETS ${backend}
246246
EXPORT ggml-targets
247-
LIBRARY DESTINATION ${CMAKE_INSTALL_BINDIR}
247+
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
248248
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
249249
endif()
250250
else()

0 commit comments

Comments
 (0)