Fix cyclical depts on Windows

This commit is contained in:
M. Yusuf Sarıgöz 2023-11-05 17:34:48 +03:00
parent b9277727a6
commit 01f06e26c3

View file

@ -673,7 +673,6 @@ target_include_directories(llama PUBLIC .)
target_compile_features(llama PUBLIC cxx_std_11) # don't bump target_compile_features(llama PUBLIC cxx_std_11) # don't bump
target_link_libraries(llama PRIVATE target_link_libraries(llama PRIVATE
ggml ggml
llava
${LLAMA_EXTRA_LIBS} ${LLAMA_EXTRA_LIBS}
) )