Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
c89cd065
Unverified
Commit
c89cd065
authored
May 24, 2021
by
Vasilis Vryniotis
Committed by
GitHub
May 24, 2021
Browse files
Fix Android CI (#3900)
parent
b2d4d8a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
android/ops/CMakeLists.txt
android/ops/CMakeLists.txt
+1
-1
No files found.
android/ops/CMakeLists.txt
View file @
c89cd065
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment