tkonolige commented on pull request #9208: URL: https://github.com/apache/tvm/pull/9208#issuecomment-937012973
@Mousius If we required a recent version of gmock, then we could just use the cmake config it provides. But all versions of Ubuntu seem to not include it, so that approach is out. So unfortunately I think you'll have to write your own `FindGMock` cmake file. I find it easiest to use [pkg_search_module](https://cmake.org/cmake/help/latest/module/FindPkgConfig.html#command:pkg_search_module) which uses PKGConfig to find the libraries. -- 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]
