Spaces:
Sleeping
Sleeping
cmake : removed stdc++fs (#3097)
Browse files* removed stdc++fs
* kept line, but removed stdc++fs
- ggml/src/CMakeLists.txt +1 -1
ggml/src/CMakeLists.txt
CHANGED
|
@@ -214,7 +214,7 @@ add_library(ggml
|
|
| 214 |
target_link_libraries(ggml PUBLIC ggml-base)
|
| 215 |
|
| 216 |
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
| 217 |
-
target_link_libraries(ggml PRIVATE dl
|
| 218 |
endif()
|
| 219 |
|
| 220 |
function(ggml_add_backend_library backend)
|
|
|
|
| 214 |
target_link_libraries(ggml PUBLIC ggml-base)
|
| 215 |
|
| 216 |
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
| 217 |
+
target_link_libraries(ggml PRIVATE dl)
|
| 218 |
endif()
|
| 219 |
|
| 220 |
function(ggml_add_backend_library backend)
|