mehrdadh opened a new pull request, #12209:
URL: https://github.com/apache/tvm/pull/12209

   This PR changes Zephyr template project to populate all configs in Cmake 
file and minimize the command to build the project.
   
   Before this PR we had to do this:
   ```
   cmake -DARG1 -DARG2 ..
   cd build
   make -j2
   ```
   
   After this PR:
   ```
   cmake ..
   cd build
   make -j2
   ```
   
   cc @gromero @guberti 


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