We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c884f commit 97fc86aCopy full SHA for 97fc86a
ggml/src/CMakeLists.txt
@@ -1341,7 +1341,7 @@ list(APPEND GGML_EXTRA_LIBS_PRIVATE Threads::Threads)
1341
find_library(MATH_LIBRARY m)
1342
if (MATH_LIBRARY)
1343
if (NOT WIN32 OR NOT GGML_SYCL)
1344
- target_link_libraries(ggml PRIVATE ${MATH_LIBRARY})
+ list(APPEND GGML_EXTRA_LIBS_PRIVATE m)
1345
endif()
1346
1347
0 commit comments