mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
fix snpe build (#14616)
### Description Fix SNPE build issue caused by cmake dependency refactor ### Motivation and Context <!-- - Why is this change required? What problem does it solve? fix issue: https://github.com/microsoft/onnxruntime/pull/14547
This commit is contained in:
parent
8f34c8c8ed
commit
cd7098fdf4
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ if (onnxruntime_USE_CUDA)
|
|||
endif()
|
||||
|
||||
if(onnxruntime_USE_SNPE)
|
||||
include(find_snpe.cmake)
|
||||
include(external/find_snpe.cmake)
|
||||
list(APPEND onnxruntime_EXTERNAL_LIBRARIES ${SNPE_NN_LIBS})
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue