Skip to content

Commit

Permalink
fix(cmake): set LLAMA_BUILD_COMMON
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 18, 2024
1 parent 2f27aa9 commit 415922d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ if (VULKAN_SDK)
find_package(Vulkan REQUIRED)
endif()

set(LLAMA_BUILD_COMMON ON CACHE BOOL "Build common")

set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared libraries")
add_subdirectory("src/llama.cpp")

Expand Down

0 comments on commit 415922d

Please sign in to comment.