alanmacd commented on code in PR #13909:
URL: https://github.com/apache/tvm/pull/13909#discussion_r1105195325


##########
CMakeLists.txt:
##########
@@ -264,6 +264,12 @@ else(MSVC)
   endif()
 endif(MSVC)
 
+# USE_MICRO is on by default, but it is not needed for Hexagon builds nor will
+# it function properly with USE_RPC disabled.
+if(USE_HEXAGON OR NOT USE_RPC)
+  set(USE_MICRO OFF)

Review Comment:
   Thanks, updated PR to remove this until the best way of doing so is 
determined.



-- 
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]

Reply via email to