Skip to content

Commit 9aba11e

Browse files
committed
build: don't build target from llama.cpp
1 parent 9d149b3 commit 9aba11e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CMakeLists.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
1313
SET(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE STRING "Build architectures for OSX" FORCE)
1414
endif ()
1515

16+
add_subdirectory(godot-cpp)
17+
add_subdirectory(llama.cpp EXCLUDE_FROM_ALL)
18+
1619
set(src_files
1720
"src/sqlite3.c"
1821
"src/sqlite3.h"
@@ -91,10 +94,6 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
9194
add_compile_options(-fPIC)
9295
endif()
9396

94-
95-
add_subdirectory(godot-cpp)
96-
add_subdirectory(llama.cpp)
97-
9897
if (APPLE)
9998
set(ARCH_NAME "universal")
10099
else()

0 commit comments

Comments
 (0)