Skip to content

Commit

Permalink
[fbsync] Fix Android CI (#3900)
Browse files Browse the repository at this point in the history
Reviewed By: vincentqb, cpuhrsch

Differential Revision: D28679972

fbshipit-source-id: a54ff7d736b0747fc645845048ac1bbd18c3114f
  • Loading branch information
datumbox authored and facebook-github-bot committed May 25, 2021
1 parent dab8361 commit b70bc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/ops/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target_compile_options(${TARGET} PRIVATE

set(BUILD_SUBDIR ${ANDROID_ABI})

find_library(PYTORCH_LIBRARY pytorch_jni
find_library(PYTORCH_LIBRARY pytorch_jni_lite
PATHS ${PYTORCH_LINK_DIRS}
NO_CMAKE_FIND_ROOT_PATH)

Expand Down

0 comments on commit b70bc13

Please sign in to comment.