You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/02/02 01:28:05 UTC

[GitHub] [tvm] prateek9623 opened a new issue #10139: [Bug] Linking with cmake target which in a export group create issues.

prateek9623 opened a new issue #10139:
URL: https://github.com/apache/tvm/issues/10139


   Hi, can we add tvm cmake targets in an export group? As current targets when linked with another target with an export target create issues. Also, it would be great if we add support cmake "find_package".
   
   I have created a PR to resolve this. https://github.com/apache/tvm/pull/10097
   ### Expected behavior
   
   cmake tvm target link successfully with another target with an export group.
   
   ### Actual behavior
   
   cmake tvm target linking fails with another target with an export group, with error.
   ```cmake
   CMake Error: install(EXPORT "anotherTargets" ...) includes target "another" which requires target "tvm" that is not in any export set.
   ```
   ### Steps to reproduce
   
   try to link tvm target with another cmake target using.


-- 
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-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] prateek9623 closed issue #10139: [Bug] Linking with cmake target which in a export group create issues.

Posted by GitBox <gi...@apache.org>.
prateek9623 closed issue #10139:
URL: https://github.com/apache/tvm/issues/10139


   


-- 
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-unsubscribe@tvm.apache.org

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