kparzysz-quic commented on issue #11059: URL: https://github.com/apache/tvm/issues/11059#issuecomment-1102803115
As a workaround, you can add `-DUSE_HEXAGON_SDK=OFF` to your cmake command, or change line 48 in apps/cpp_rpc/CMakeLists.txt from ``` if (BUILD_FOR_ANDROID AND USE_HEXAGON_SDK) ``` to ``` if (BUILD_FOR_ANDROID AND USE_HEXAGON) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
