Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx authored Nov 6, 2023
1 parent 05d1dad commit d2c6cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ add_library(ggml OBJECT
ggml-backend.h
ggml-quants.c
ggml-quants.h
)
${LLAMA_EXTRA_LIBS})
target_include_directories(ggml PUBLIC . ./otherarch ./otherarch/tools)
target_compile_features(ggml PUBLIC c_std_11) # don't bump
target_link_libraries(ggml PUBLIC Threads::Threads ${LLAMA_EXTRA_LIBS})
Expand Down

0 comments on commit d2c6cd2

Please sign in to comment.