Skip to content

Commit

Permalink
vendor CMakeLsits fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Oct 17, 2024
1 parent 87fcf67 commit 3926fa8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions llama_cpp_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ find_package(ament_cmake REQUIRED)
FetchContent_Declare(
llama
GIT_REPOSITORY https://github.com/ggerganov/llama.cpp.git
GIT_TAG b3923
GIT_TAG b3933
)

FetchContent_MakeAvailable(llama)

option(LLAMA_BUILD_COMMON "llama: build common utils library" ON)

# ggml
set_target_properties(
ggml PROPERTIES
Expand Down

0 comments on commit 3926fa8

Please sign in to comment.