Unverified Commit c89cd065 authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Fix Android CI (#3900)

parent b2d4d8a2
...@@ -35,7 +35,7 @@ target_compile_options(${TARGET} PRIVATE ...@@ -35,7 +35,7 @@ target_compile_options(${TARGET} PRIVATE
set(BUILD_SUBDIR ${ANDROID_ABI}) set(BUILD_SUBDIR ${ANDROID_ABI})
find_library(PYTORCH_LIBRARY pytorch_jni find_library(PYTORCH_LIBRARY pytorch_jni_lite
PATHS ${PYTORCH_LINK_DIRS} PATHS ${PYTORCH_LINK_DIRS}
NO_CMAKE_FIND_ROOT_PATH) NO_CMAKE_FIND_ROOT_PATH)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment