mkatanbaf commented on code in PR #12125:
URL: https://github.com/apache/tvm/pull/12125#discussion_r943908640


##########
apps/microtvm/zephyr/template_project/CMakeLists.txt.template:
##########
@@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.13.1)
 
 set(ENV{QEMU_BIN_PATH} "${CMAKE_SOURCE_DIR}/qemu-hack")
 
-set(QEMU_PIPE "\${QEMU_PIPE}")  # QEMU_PIPE is set by the calling TVM instance.
+set(QEMU_PIPE <QEMU_PIPE> CACHE PATH "path to qemu pipe")

Review Comment:
   Do you mean to replace "path to qemu pipe" with "Path to QEMU pipe"?



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