quic-sanirudh opened a new pull request, #13257:
URL: https://github.com/apache/tvm/pull/13257
When building tvm runtime with hexagon we face the below error if
USE_HEXAGON_EXTERNAL_LIBS is not defined. This happens because
USE_HEXAGON_EXTERNAL_LIBS=OFF is defined as the default in CMakeLists.txt. The
modified condition can check for all cases including undefined variable, empty
string and OFF
```
CMake Error at cmake/modules/Hexagon.cmake:203 (message):
Invalid use of USE_HEXAGON_EXTERNAL_LIBS=OFF; USE_HEXAGON_EXTERNAL_LIBS
only supports absolute paths and git repository urls
Call Stack (most recent call first):
CMakeLists.txt:477 (include)
```
--
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]