Removed unnecessary bracket from status message
This commit is contained in:
parent
bf444eeb6b
commit
835e04f590
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ foreach(_ggml_backend ${GGML_AVAILABLE_BACKENDS})
|
|||
HINTS ${GGML_LIB_DIR}
|
||||
NO_CMAKE_FIND_ROOT_PATH)
|
||||
|
||||
message(STATUS "Found ${${_ggml_backend_pfx}_LIBRARY}}")
|
||||
message(STATUS "Found ${${_ggml_backend_pfx}_LIBRARY}")
|
||||
|
||||
add_library(ggml::${_ggml_backend} UNKNOWN IMPORTED)
|
||||
set_target_properties(ggml::${_ggml_backend}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue