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/01/05 15:32:47 UTC

[GitHub] [tvm] abdulazizm commented on issue #9772: [CI Image] "libgmock.so" does not exist when build tvm inside vitis-ai-tensorflow container with conda vitis-ai-tensorflow env

abdulazizm commented on issue #9772:
URL: https://github.com/apache/tvm/issues/9772#issuecomment-1005817288


   There seems to be an issue in finding GTest cmake package. The temporary workaround that I followed is to edit config.cmake file https://github.com/apache/tvm/blob/92eeef6ddde9b113fd8263f1fc20f08c1c3fea0d/cmake/config.cmake#L359
   
   ORIGINAL: `set(USE_GTEST AUTO)`
   UPDATE: `set(USE_GTEST OFF)`


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