cmake : removed stdc++fs (whisper/3097)
* removed stdc++fs * kept line, but removed stdc++fs
This commit is contained in:
parent
bc4e1128f7
commit
bba9d945c1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue