Skip to content

Commit b816101

Browse files
authored
Update CMakeLists.txt
resolves #10978
1 parent 80d0d6b commit b816101

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ggml/src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ target_include_directories(ggml-base PRIVATE .)
224224
add_library(ggml
225225
ggml-backend-reg.cpp)
226226

227+
link_libraries(stdc++fs)
228+
227229
target_link_libraries(ggml PUBLIC ggml-base)
228230

229231
if (CMAKE_SYSTEM_NAME MATCHES "Linux")

0 commit comments

Comments
 (0)