opencv/platforms/android
Matt Leotta 912592de4c Remove "INSTALL_NAME_DIR lib" target property
The INSTALL_NAME_DIR property of a target specifies how a dynamic library should
be found on OS X.  If INSTALL_NAME_DIR is not specified the loader will search
relative to the standard search paths.  If specified it should either be
an absolute path or relative path prefixed with either @executable_path,
@load_path, or @rpath.  Specifying "lib" does not make sense here and
causes linking error as documented here:

http://answers.opencv.org/question/4134/cmake-install_name_tool-absolute-path-for-library-on-mac-osx/

and here

http://stackoverflow.com/questions/26978806/dyld-library-not-loaded-lib-libopencv-core-3-0-dylib-reason-image-not-found

This patch removes INSTALL_NAME_DIR everywhere it is set to "lib".
An alternate solution would be to set an absolute path like
"${CMAKE_INSTALL_PREFIX}/lib" or relative path like
"@executable_path/../lib".  However, if there is not specific need for
specifying a path, it is probably best left unset.
2016-01-21 16:07:56 -05:00
..
libinfo Remove "INSTALL_NAME_DIR lib" target property 2016-01-21 16:07:56 -05:00
package All installed files marked with component names for install customization. 2014-01-21 20:34:36 +04:00
service Increase Android Manager version 2015-07-29 21:16:21 +03:00
android.toolchain.cmake Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +03:00
java.rst android -> plarforms/android 2013-05-27 11:10:38 +04:00
README.android Update link to information about Android platform. 2015-01-19 00:01:12 +01:00
refman.rst Normalized file endings. 2013-08-21 18:59:25 +04:00

See http://opencv.org/platforms/android.html