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


##########
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:
   @mkatanbaf yeah, replace the docstring for `set`  using better caps



-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to