mirror of
https://github.com/ollama/ollama.git
synced 2026-05-13 14:27:00 +00:00
build: call find_package to instantiate library paths
This commit is contained in:
parent
c47154c08d
commit
0469861d9d
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ if(CMAKE_HIP_COMPILER)
|
|||
endif()
|
||||
|
||||
if(AMDGPU_TARGETS)
|
||||
find_package(hip REQUIRED)
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/ml/backend/ggml/ggml/src/ggml-hip)
|
||||
|
||||
if (WIN32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue