cmake : removed stdc++fs (#3097)

* removed stdc++fs

* kept line, but removed stdc++fs
This commit is contained in:
Jared Tweed 2025-05-02 02:41:35 -07:00 committed by GitHub
parent 1fa17bc752
commit 9f540ad8cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -214,7 +214,7 @@ add_library(ggml
target_link_libraries(ggml PUBLIC ggml-base)
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
target_link_libraries(ggml PRIVATE dl stdc++fs)
target_link_libraries(ggml PRIVATE dl)
endif()
function(ggml_add_backend_library backend)