gemini-code-assist[bot] commented on code in PR #400: URL: https://github.com/apache/tvm-ffi/pull/400#discussion_r2680395766
########## CMakeLists.txt: ########## @@ -21,6 +21,7 @@ project(tvm_ffi LANGUAGES CXX C) option(TVM_FFI_USE_LIBBACKTRACE "Enable libbacktrace" ON) option(TVM_FFI_USE_EXTRA_CXX_API "Enable extra CXX API in shared lib" ON) +option(TVM_FFI_USE_THREADS "Link agaist threads in shared lib" ON) Review Comment:  There is a typo in the description for this new option. "agaist" should be corrected to "against". ``` option(TVM_FFI_USE_THREADS "Link against threads in shared lib" ON) ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
