Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 56dcc0e

Browse files
committed
Draft commit
1 parent 33d0af9 commit 56dcc0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(nitro CXX)
2+
project(nitro C CXX)
33

44
include(CheckIncludeFileCXX)
55

@@ -17,7 +17,8 @@ else()
1717
endif()
1818

1919
# llama cpp server need llava example to work, this is for llama cpp server
20-
set(LLAMA_BUILD_EXAMPLES ON)
20+
# set(LLAMA_BUILD_EXAMPLES ON)
21+
add_subdirectory(llama.cpp/examples/llava)
2122

2223
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2324
set(CMAKE_CXX_EXTENSIONS OFF)

0 commit comments

Comments
 (0)