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/11/07 15:12:51 UTC

[GitHub] [tvm] lhez commented on a diff in pull request #13305: [CPP_RPC][ANDROID] Fix cpp_rpc build failure

lhez commented on code in PR #13305:
URL: https://github.com/apache/tvm/pull/13305#discussion_r1015543650


##########
apps/cpp_rpc/CMakeLists.txt:
##########
@@ -32,6 +32,14 @@ if (OS)
    endif()
 endif()
 
+if(USE_OPENCL)

Review Comment:
   Does CMake 3.18.4 have a bug? [`VERSION_LESS`](https://cmake.org/cmake/help/latest/command/if.html#version-comparisons) does not seem to be a new CMake feature.



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