Skip to content

Commit

Permalink
splitting public and private libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarbirus committed Sep 16, 2024
1 parent 859d1e0 commit 7c7294a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ list(APPEND GGML_EXTRA_LIBS_PRIVATE Threads::Threads)
find_library(MATH_LIBRARY m)
if (MATH_LIBRARY)
if (NOT WIN32 OR NOT GGML_SYCL)
target_link_libraries(ggml PRIVATE m)
list(APPEND GGML_EXTRA_LIBS_PRIVATE m)
endif()
endif()

Expand Down

0 comments on commit 7c7294a

Please sign in to comment.