Skip to content

Commit 0ce53ce

Browse files
committed
fix linking error
1 parent 039f835 commit 0ce53ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-qnn/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if(GGML_HEXAGON_NPU_ONLY)
5353
else()
5454
message("GGML_HEXAGON_NPU_ONLY is disabled")
5555
add_subdirectory(qnn)
56-
target_link_libraries(ggml-qnn PRIVATE qnn-backend)
56+
target_link_libraries(runtime-common PUBLIC qnn-backend)
5757
endif()
5858

5959
if(GGML_QNN_ENABLE_HEXAGON_BACKEND)

0 commit comments

Comments
 (0)