diff --git a/CMakeLists.txt b/CMakeLists.txt index 4362570f7..350bf7217 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -673,7 +673,6 @@ target_include_directories(llama PUBLIC .) target_compile_features(llama PUBLIC cxx_std_11) # don't bump target_link_libraries(llama PRIVATE ggml - llava ${LLAMA_EXTRA_LIBS} )