onnxruntime
517e06c6 - [QNN EP] Fix the build error when the specified QNN library is missing (#26872)

Commit
142 days ago
[QNN EP] Fix the build error when the specified QNN library is missing (#26872) ### Description Use `file(GLOB ...)` to allow for the specified file to not exist. ### Motivation and Context If the QNN library is missing, using `list(APPEND ...)` will cause errors during the build process.
Author
Parents
Loading