abdulazizm edited a comment 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)` It would be helpful if someone could confirm that this workaround might not affect any build process by any chance. -- 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]
