opencv/platforms
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
..
android Remove "INSTALL_NAME_DIR lib" target property 2016-01-21 16:07:56 -05:00
ios iOS framework build script changes from master branch 2014-10-27 15:28:21 +03:00
linux NEON instruction set control unified for regular and cross-compiler builds. 2013-12-20 16:02:37 +04:00
qnx Fixes for QNX 6.6 Neitrino support. 2014-10-23 17:17:35 +04:00
scripts ts: refactor run.py script 2015-10-29 13:04:05 +03:00
winrt Normalized file endings. 2013-08-21 18:59:25 +04:00
readme.txt Normalized file endings. 2013-08-21 18:59:25 +04:00

This folder contains toolchains and additional files that are needed for cross compilation.
For more information see introduction tutorials for target platform in documentation:
http://docs.opencv.org/doc/tutorials/introduction/table_of_content_introduction/table_of_content_introduction.html#table-of-content-introduction