Skip to content

Commit bba9d94

Browse files
JaredTweedggerganov
authored andcommitted
cmake : removed stdc++fs (whisper/3097)
* removed stdc++fs * kept line, but removed stdc++fs
1 parent bc4e112 commit bba9d94

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
@@ -214,7 +214,7 @@ add_library(ggml
214214
target_link_libraries(ggml PUBLIC ggml-base)
215215

216216
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
217-
target_link_libraries(ggml PRIVATE dl stdc++fs)
217+
target_link_libraries(ggml PRIVATE dl)
218218
endif()
219219

220220
function(ggml_add_backend_library backend)

0 commit comments

Comments
 (0)