From 01f06e26c37cf4fdf8412ff0a3496cd31ddbabd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Sun, 5 Nov 2023 17:34:48 +0300 Subject: [PATCH] Fix cyclical depts on Windows --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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} )