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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
