Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
ca50969c
Commit
ca50969c
authored
Oct 13, 2015
by
Aaron Simmons
Committed by
Alexander Smorkalov
Oct 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brining over fix in master (#4140) for libz import on 64-bit android
(cherry picked from commit
55a9fdf0
)
parent
2d3e1703
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
OpenCVFindLibsGrfmt.cmake
cmake/OpenCVFindLibsGrfmt.cmake
+2
-1
No files found.
cmake/OpenCVFindLibsGrfmt.cmake
View file @
ca50969c
...
@@ -8,7 +8,8 @@ if(BUILD_ZLIB)
...
@@ -8,7 +8,8 @@ if(BUILD_ZLIB)
else
()
else
()
include
(
FindZLIB
)
include
(
FindZLIB
)
if
(
ZLIB_FOUND AND ANDROID
)
if
(
ZLIB_FOUND AND ANDROID
)
if
(
ZLIB_LIBRARY STREQUAL
"
${
ANDROID_SYSROOT
}
/usr/lib/libz.so"
)
if
(
ZLIB_LIBRARIES STREQUAL
"
${
ANDROID_SYSROOT
}
/usr/lib/libz.so"
OR
ZLIB_LIBRARIES STREQUAL
"
${
ANDROID_SYSROOT
}
/usr/lib64/libz.so"
)
set
(
ZLIB_LIBRARY z
)
set
(
ZLIB_LIBRARY z
)
set
(
ZLIB_LIBRARIES z
)
set
(
ZLIB_LIBRARIES z
)
endif
()
endif
()
...
...
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