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


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

Review Comment:
   I have no issue with CMake 3.20.6 + NDK 21.4.7075529 using
   
   ```cmake
   if(${ANDROID_NDK_MAJOR} VERSION_LESS "23")
   ```
   
   Note that there is no `$ENV`. Could you give it try?
   
   Nor did I have to specify `ANDROID_NDK_MAJOR` with this in the cmake config.



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

Reply via email to